File tree Expand file tree Collapse file tree
task01-change-and-revert-heading Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11body {
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 20 px 30 px 20 px ;
1111 border : none;
1212 border-radius : 30px ;
1313 box-shadow : 0 0 10px rgba (0 , 0 , 0 , 0.9 );
@@ -20,17 +20,16 @@ body {
2020button {
2121 font-size : 18px ;
2222 padding : 8px 25px ;
23- border : 2 px 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
3231button : hover {
33- background-color : rgb (34 , 119 , 122 );
32+ background-color : rgb (58 , 161 , 164 );
3433}
3534
3635h1 {
You can’t perform that action at this time.
0 commit comments