bottone cantiere

This commit is contained in:
ErikMontanari
2025-10-30 14:15:42 +01:00
parent dbc51012d6
commit a607b81034
2 changed files with 33 additions and 2 deletions

View File

@@ -120,6 +120,37 @@ a.ybutton{
box-shadow: none;
transform: translateY(5px)
}
a.wbutton {
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: black;
background-color: #ffc107;
background-image: repeating-linear-gradient(
-45deg,
#ffc107 0px,
#ffc107 25px,
#d14600 25px,
#d14600 50px
);
box-shadow: 0 5px 0 #d14600;
}
a.wbutton:active {
box-shadow: none;
transform: translateY(5px);
}
footer{
position: fixed;
left: 8px;