Add banner
This commit is contained in:
parent
8eb97471ec
commit
c24e64a235
|
@ -113,6 +113,20 @@
|
||||||
position: relative;
|
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) {
|
@media only screen and (max-width: 600px) {
|
||||||
#body {
|
#body {
|
||||||
background-image: none;
|
background-image: none;
|
||||||
|
|
|
@ -41,5 +41,8 @@
|
||||||
</span>
|
</span>
|
||||||
</main>
|
</main>
|
||||||
</div>
|
</div>
|
||||||
|
<div id="banner">
|
||||||
|
🇧🇷 <a href="https://obrasilfoiroubado.com">#BrazilWasStolen</a>
|
||||||
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue