Skip to content

Commit 040f07e

Browse files
authored
Update style.css
1 parent eb394af commit 040f07e

1 file changed

Lines changed: 15 additions & 7 deletions

File tree

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,31 +1,39 @@
11
body {
22
font-family: cursive;
3-
padding: 100px;
3+
padding: 100px 20px;
44
background-color: #555;
55
text-align: center;
6+
margin: 0;
67
}
78

89
.container {
910
padding: 20px;
1011
border: none;
11-
border-radius: 50px;
12+
border-radius: 30px;
1213
box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
13-
width: 20%;
14+
width: 90%;
15+
max-width: 400px;
1416
margin: auto;
1517
background-color: white;
1618
}
1719

1820
button {
19-
font-size: 20px;
20-
padding: 6px 30px;
21+
font-size: 18px;
22+
padding: 8px 25px;
2123
border: 2px solid grey;
2224
border-radius: 50px;
2325
background-color: cadetblue;
24-
margin-bottom: 20px;
26+
margin-top: 20px;
2527
font-weight: 600;
2628
cursor: pointer;
29+
transition: background-color 0.3s;
2730
}
2831

2932
button:hover {
3033
background-color: rgb(34, 119, 122);
31-
}
34+
}
35+
36+
h1 {
37+
font-size: 24px;
38+
margin-bottom: 20px;
39+
}

0 commit comments

Comments
 (0)