Add banner
This commit is contained in:
parent
8eb97471ec
commit
c24e64a235
|
@ -113,6 +113,20 @@
|
|||
position: relative;
|
||||
}
|
||||
|
||||
#banner {
|
||||
background-color: red;
|
||||
color: white;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
font-size: 30px;
|
||||
text-align: center;
|
||||
font-family: sans-serif;
|
||||
}
|
||||
|
||||
#banner a {
|
||||
color: white;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 600px) {
|
||||
#body {
|
||||
background-image: none;
|
||||
|
|
|
@ -41,5 +41,8 @@
|
|||
</span>
|
||||
</main>
|
||||
</div>
|
||||
<div id="banner">
|
||||
🇧🇷 <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue