added syling for desktop

This commit is contained in:
2022-06-19 15:05:47 +02:00
parent 7fcd483592
commit 9ddc2616de
10 changed files with 342 additions and 175 deletions

View File

@@ -24,7 +24,7 @@ body{
top: 40%;
left: 50%;
transform: translate(-50%, -50%);
width: 400px;
width: 300px;
background: white;
border-radius: 10px;
box-shadow: 10px 10px 15px rgba(0,0,0,0.05);
@@ -35,6 +35,7 @@ body{
border-bottom: 1px solid silver;
font-weight: 400;
color: #002e5b;
font-size: 25px;
}
.center form{
padding: 0 40px;