Cose belle

This commit is contained in:
Leocraft1
2025-02-19 15:32:19 +00:00
parent 1f0e5a0978
commit 8b43d87fc8
3 changed files with 36 additions and 10 deletions

View File

@@ -34,6 +34,29 @@ body{
a{
color: white;
}
a.gbutton{
display: inline-block;
text-decoration: none;
font-size: 18px;
width: auto;
margin-bottom: 1rem;
margin-left: 10px;
margin-right: 10px;
padding: 0 20px;
font-weight: 700;
line-height: 48px;
letter-spacing: .1px;
white-space: wrap;
border-radius: 8px;
cursor: pointer;
color: white;
background-color: rgb(0, 160, 0);
box-shadow: 0 5px 0 darkgreen;
}
.gbutton:active {
box-shadow: none;
transform: translateY(5px)
}
footer{
position: absolute;
bottom: 10px;
@@ -46,11 +69,10 @@ header {
height: auto;
padding: 0px 20px;
display: flex;
align-items: left;
align-items: start;
width: auto;
border-radius: 10px;
}
nav ul {
list-style-type: none;
margin: 0;
@@ -58,6 +80,10 @@ nav ul {
display: flex;
justify-content: left;
}
nav {
text-align: center;
flex-shrink: 0;
}
nav ul li {
margin-right: 20px;