Merge de repositorios

This commit is contained in:
2026-03-03 19:48:24 -03:00
parent 0d7144c460
commit bdcc2243ad
3 changed files with 21 additions and 0 deletions

View File

@@ -105,4 +105,18 @@ button[type="submit"] {
button[type="submit"]:hover {
background-color: #A03224;
}
#topo {
width: 100%;
height: 50px;
background-color: #111;
position: fixed;
top: 0;
left: 0;
background: linear-gradient(to right, #C0392B 47%, #7A4951 73%, #114455 87%);
display: flex;
align-items: center;
justify-content: flex-start;
padding-left: 20px;
}