reverted index, added classes to games_page for heading
This commit is contained in:
parent
e46e685ba7
commit
11d4cef2ee
|
@ -27,12 +27,18 @@ body {
|
||||||
top: 10px;
|
top: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.h1 {
|
||||||
|
margin: auto;
|
||||||
|
width: 45%;
|
||||||
|
color: white;
|
||||||
|
font-family: 'Alegreya', serif;
|
||||||
|
}
|
||||||
|
|
||||||
.page_header {
|
.page_header {
|
||||||
color: white;
|
color: white;
|
||||||
font-family: 'Goldman', cursive;
|
font-family: 'Goldman', cursive;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.emptyslot {
|
.emptyslot {
|
||||||
border: 2px dashed white;
|
border: 2px dashed white;
|
||||||
border-radius: 15px;
|
border-radius: 15px;
|
||||||
|
|
|
@ -16,6 +16,18 @@
|
||||||
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2>
|
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2>
|
||||||
</div>
|
</div>
|
||||||
<div></div>
|
<div></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
|
<div class="emptyslot"></div>
|
||||||
</section>
|
</section>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
|
@ -1,12 +0,0 @@
|
||||||
fog
|
|
||||||
hit by pitch, pickoffs
|
|
||||||
hbp can either hit leg (reduces baserunning) or arm (reduces defense)
|
|
||||||
|
|
||||||
heat wave
|
|
||||||
forces relief pitchers
|
|
||||||
|
|
||||||
blizzard
|
|
||||||
makes pitchers bat
|
|
||||||
|
|
||||||
light drizzle
|
|
||||||
runners start on second base at the start of each inning
|
|
Loading…
Reference in New Issue
Block a user