Skip to content

Commit

Permalink
v1
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-Yang-Liu committed Dec 28, 2024
1 parent aa2cb6e commit 1e9b35c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
3 changes: 2 additions & 1 deletion .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Text2Earth/Config/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ sub, sup {line-height: 0;}
.youtube-container {background-color: #000; margin-top: 32px;}
.youtube {display: block; margin: auto; width: 960px; padding-top: 20px; padding-bottom: 20px;}
.content-video {width: 100%; margin: 0; text-align: center;}
.content-video-container {width: 100%; max-width: 1300px; margin: auto}
.content-video-container {width: 100%; max-width: 3000px; margin: auto}
.content-video-frame {display: inline-block; width: 24.5%; text-align: center;}
.content-video-frame.medium {width: 30%;}
.content-video-frame.large {width: 46%;}
Expand Down
7 changes: 0 additions & 7 deletions Text2Earth/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,6 @@ <h4>
</a> -->
</div>
</div>
<div class="content-video-container">
<div class="content-video-frame.huge">
<!-- <span>Building#1</span>-->
<video playsinline="" autoplay="" loop="" preload="" muted="" width="100%">
<source src="video/Text2Earth.mp4" type="video/mp4">
</video>
</div>

<!--<div class="content">-->
<!-- <div class="question" style="text-align: center; font-size: 26px; font-style: italic; background-color: #dddddd; display: flex; justify-content: center; align-items: center;">-->
Expand Down

0 comments on commit 1e9b35c

Please sign in to comment.