Skip to content

Commit 1022ed2

Browse files
authored
Update style.css
1 parent 67baf09 commit 1022ed2

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

task01-change-and-revert-heading/style.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
body {
22
font-family: cursive;
33
padding: 100px 20px;
4-
background-color: #555;
4+
background: linear-gradient(to right, lightgreen, lightblue);
55
text-align: center;
66
margin: 0;
77
}
88

99
.container {
10-
padding: 20px;
10+
padding: 20px 20px 30px 20px;
1111
border: none;
1212
border-radius: 30px;
1313
box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
@@ -20,17 +20,16 @@ body {
2020
button {
2121
font-size: 18px;
2222
padding: 8px 25px;
23-
border: 2px solid grey;
23+
border: none;
2424
border-radius: 50px;
25-
background-color: cadetblue;
26-
margin-top: 20px;
25+
background-color: cornflowerblue;
2726
font-weight: 600;
2827
cursor: pointer;
2928
transition: background-color 0.3s;
3029
}
3130

3231
button:hover {
33-
background-color: rgb(34, 119, 122);
32+
background-color: rgb(58, 161, 164);
3433
}
3534

3635
h1 {

0 commit comments

Comments
 (0)