Add banner about snow
This commit is contained in:
parent
5935844196
commit
57526ce960
1 changed files with 10 additions and 0 deletions
|
@ -76,7 +76,17 @@ a {
|
||||||
padding-top:10px;
|
padding-top:10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.snow-banner {
|
||||||
|
background-color: red;
|
||||||
|
width: 100%;
|
||||||
|
padding: 10px;
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
|
<div class="snow-banner">
|
||||||
|
<b>Attention!</b> Despite the snow this weekend, the event is still set to take place, though some judging may take place online. See you there!
|
||||||
|
</div>
|
||||||
<!--Logo + Date+ Hosted By -->
|
<!--Logo + Date+ Hosted By -->
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<div class="row center main-logo">
|
<div class="row center main-logo">
|
||||||
|
|
Loading…
Add table
Reference in a new issue