This commit is contained in:
Miskolczi Richárd
2024-05-05 21:59:58 +02:00
parent fe8aa77258
commit 71d66ff208

View File

@@ -27,20 +27,22 @@ input:focus{
outline: none; outline: none;
} }
a.button{ .button{
display: block; display: block;
margin-left: 500px; margin-left: auto;
margin-right: 500px; margin-right: auto;
padding: 30px 90px; padding: 30px 90px;
max-width: 30%;
border: 3px solid white; border: 3px solid white;
border-radius: 10px; border-radius: 10px;
text-align: center; text-align: center;
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 20px;
color: white; color: white;
transition: all 0.3s ease;
} }
a.button:hover{ .button:hover{
background: rgba(255, 255, 255, 0.25); background: rgba(255, 255, 255, 0.25);
box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px; box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
border: 3px solid #ff5c33; border: 3px solid #ff5c33;
@@ -118,6 +120,7 @@ button {
color: white; color: white;
font-size: 16px; font-size: 16px;
border-radius: 5px; border-radius: 5px;
transition: all 0.3s ease;
} }
button:hover button:hover