yellow button + categoria RSM

This commit is contained in:
ErikMontanari
2025-10-29 22:29:22 +01:00
parent 1455df80cf
commit bdd18d3001
5 changed files with 40 additions and 11 deletions

View File

@@ -97,6 +97,29 @@ a.rbutton{
box-shadow: none;
transform: translateY(5px)
}
a.ybutton{
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: rgb(255, 255, 0);
box-shadow: 0 5px 0 darkgoldenrod;
}
.ybutton:active {
box-shadow: none;
transform: translateY(5px)
}
footer{
position: fixed;
left: 8px;