mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 12:50:47 +00:00
Cose belle
This commit is contained in:
30
style.css
30
style.css
@@ -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;
|
||||
|
Reference in New Issue
Block a user