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;
3- padding : 100px ;
3+ padding : 100px 20 px ;
44 background-color : # 555 ;
55 text-align : center;
6+ margin : 0 ;
67}
78
89.container {
910 padding : 20px ;
1011 border : none;
11- border-radius : 50 px ;
12+ border-radius : 30 px ;
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
1820button {
19- font-size : 20 px ;
20- padding : 6 px 30 px ;
21+ font-size : 18 px ;
22+ padding : 8 px 25 px ;
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
2932button : hover {
3033 background-color : rgb (34 , 119 , 122 );
31- }
34+ }
35+
36+ h1 {
37+ font-size : 24px ;
38+ margin-bottom : 20px ;
39+ }
You can’t perform that action at this time.
0 commit comments