mirror of
https://github.com/CNSeattle/CNSeattle.github.io.git
synced 2024-11-28 10:25:48 -05:00
labels
This commit is contained in:
parent
4d41da4aa7
commit
7189038a03
2 changed files with 10 additions and 7 deletions
13
index.html
13
index.html
|
@ -57,8 +57,7 @@
|
|||
allowfullscreen="allowfullscreen"
|
||||
sandbox="allow-popups allow-forms allow-scripts allow-same-origin" frameborder="0"></iframe>
|
||||
</div>
|
||||
|
||||
<h5 class="text">Easton</h5>
|
||||
<h5 class="text">Easton: Easton Studios presents: Marcus finds the source of all treasure</h5>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div style="position:relative;height:0;padding-bottom:117.6%;overflow:hidden;"><iframe
|
||||
|
@ -67,7 +66,7 @@
|
|||
allowfullscreen="allowfullscreen"
|
||||
sandbox="allow-popups allow-forms allow-scripts allow-same-origin" frameborder="0"></iframe>
|
||||
</div>
|
||||
<h5 class="text">Zach</h5>
|
||||
<h5 class="text">Zach: Zach.exe</h5>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div style="position:relative;height:0;padding-bottom:117.6%;overflow:hidden;"><iframe
|
||||
|
@ -76,7 +75,7 @@
|
|||
allowfullscreen="allowfullscreen"
|
||||
sandbox="allow-popups allow-forms allow-scripts allow-same-origin" frameborder="0"></iframe>
|
||||
</div>
|
||||
<h5 class="text">Josh</h5>
|
||||
<h5 class="text">Josh: Josh.exe</h5>
|
||||
</div>
|
||||
<div class="box">
|
||||
<div style="position:relative;height:0;padding-bottom:117.6%;overflow:hidden;"><iframe
|
||||
|
@ -85,13 +84,13 @@
|
|||
allowfullscreen="allowfullscreen"
|
||||
sandbox="allow-popups allow-forms allow-scripts allow-same-origin" frameborder="0"></iframe>
|
||||
</div>
|
||||
<h5 class="text">Ash</h5>
|
||||
<h5 class="text">Ash: ASH SPACE</h5>
|
||||
</div>
|
||||
</div>
|
||||
<h4>Minecraft Marvel</h4>
|
||||
<div class="container">
|
||||
<div class="box">
|
||||
<a href="https://makecode.com/_RfbYLV6tUUt7" target="_blank">Easton Maze-Solver <span class="material-symbols-outlined">
|
||||
<a href="https://makecode.com/_RfbYLV6tUUt7" target="_blank">Easton's Maze-Solver <span class="material-symbols-outlined">
|
||||
open_in_new
|
||||
</span></a>
|
||||
</div>
|
||||
|
@ -99,7 +98,7 @@
|
|||
<h4>Roblox Rebel</h4>
|
||||
<div class="container">
|
||||
<div class="box">
|
||||
<a href="https://www.roblox.com/games/11957241070/" target="_blank">Weinan Landmarks <span class="material-symbols-outlined">
|
||||
<a href="https://www.roblox.com/games/11957241070/" target="_blank">Weinan's Landmarks <span class="material-symbols-outlined">
|
||||
open_in_new
|
||||
</span></a>
|
||||
</div>
|
||||
|
|
4
main.css
4
main.css
|
@ -85,3 +85,7 @@ div .container {
|
|||
.Sirv {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
iframe {
|
||||
padding-bottom: 10px;
|
||||
}
|
Loading…
Reference in a new issue