refactoring

This commit is contained in:
2024-04-30 13:33:36 +02:00
parent beb09df047
commit 9b666d618b

View File

@@ -6,20 +6,23 @@ body{
background-size: cover; background-size: cover;
font-family: 'Roboto', sans-serif; font-family: 'Roboto', sans-serif;
} }
h1{ h1{
text-align: center; text-align: center;
color: white; color: white;
font-size: 40px font-size: 40px;
} }
h2{ h2{
text-align: center; text-align: center;
color: white color: white;
} }
input{ input{
background: transparent; background: transparent;
border: 2px solid white; border: 2px solid white;
} }
input:focus{ input:focus{
border: 2px solid #ff5c33; border: 2px solid #ff5c33;
outline: none; outline: none;
@@ -27,8 +30,7 @@ input:focus{
a.button{ a.button{
display: block; display: block;
margin-right: 500px; margin: 0 auto;
margin-left: 500px;
padding: 30px 90px; padding: 30px 90px;
border: 3px solid white; border: 3px solid white;
border-radius: 10px; border-radius: 10px;
@@ -36,11 +38,14 @@ a.button{
text-decoration: none; text-decoration: none;
font-size: 20px; font-size: 20px;
color: white; color: white;
width: fit-content;
} }
a.button:hover{ a.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;
} }
a.bookmark{ a.bookmark{
text-align: right; text-align: right;
font-size: 20px; font-size: 20px;
@@ -52,9 +57,7 @@ a.bookmark{
table.inputs{ table.inputs{
width: 50%; width: 50%;
text-align: right; text-align: right;
margin: 50px; margin: 50px auto;
margin-left: auto;
margin-right: auto;
} }
table.inputs td:first-child{ table.inputs td:first-child{
@@ -72,8 +75,7 @@ table
width: 80%; width: 80%;
font-size: 20px; font-size: 20px;
color: white; color: white;
margin-left: auto; margin: 0 auto;
margin-right: auto;
border-radius: 10px; border-radius: 10px;
border-collapse: collapse; border-collapse: collapse;
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);