1- body {
2- margin : 0 ;
3- display : flex ;
4- min-height : 100 vh ;
5- justify-content : center ;
6- align-items : center;
7- background : linear-gradient (to left bottom , lightgreen , lightblue) ;
8- font-family : " Courier New" , Courier, monospace;
1+ body {
2+ margin : 0 ;
3+ background : linear-gradient (to left bottom , lightgreen , lightblue) ;
4+ display : flex ;
5+ min-height : 100 vh ;
6+ justify-content : center;
7+ align-items : center ;
8+ font-family : ' Courier New' , Courier, monospace;
99}
1010
11- .container {
12- background : rgba (255 , 255 , 255 , 0.3 );
13- padding : 20px ;
14- display : flex;
15- flex-direction : column;
16- border-radius : 5px ;
17- box-shadow : 0 10px 10px rgba (0 , 0 , 0 , 0.3 );
18- text-align : start;
19- margin : 5px ;
11+ .container {
12+ background : rgba (255 , 255 , 255 , .3 );
13+ padding : 20px ;
14+ display : flex;
15+ flex-direction : column;
16+ border-radius : 5px ;
17+ box-shadow : 0 10px 10px rgba (0 , 0 , 0 , .3 );
18+ margin : 5px ;
2019}
2120
22- .heading {
23- font-size : 30px ;
21+ .heading {
22+ font-size : 30px ;
2423}
2524
26- .input {
27- padding : 10px 20px ;
28- font-size : 18px ;
29- background : rgba (255 , 255 , 255 , 0 .4 );
30- border-color : rgba (255 , 255 , 255 , 0 .5 );
31- margin : 10px ;
25+ .input {
26+ padding : 10px 20px ;
27+ font-size : 18px ;
28+ background : rgba (255 , 255 , 255 , .4 );
29+ border-color : rgba (255 , 255 , 255 , .5 );
30+ margin : 10px ;
3231}
3332
34- .btn {
35- background-color : lightgreen;
36- border : none;
37- padding : 10px 20px ;
38- border-radius : 5px ;
39- margin : 10px ;
40- font-size : 20px ;
41- cursor : pointer ;
42- box-shadow : 0 0 4 px rgba ( 0 , 0 , 0 , 0.3 ) ;
33+ .btn {
34+ background-color : lightgreen;
35+ border : none;
36+ padding : 10px 20px ;
37+ border-radius : 5px ;
38+ margin : 10px ;
39+ font-size : 20px ;
40+ box-shadow : 0 0 4 px rgba ( 0 , 0 , 0 , .3 ) ;
41+ cursor : pointer ;
4342}
4443
45- .btn : hover {
46- box-shadow : 0 0 8px rgba (0 , 0 , 0 , 0 .3 );
47- transition : all 300ms ease;
44+ .btn : hover {
45+ box-shadow : 0 0 8px rgba (0 , 0 , 0 , .3 );
46+ transition : all 300ms ease;
4847}
4948
50- .info-text {
51- font-size : 20px ;
52- font-weight : 500 ;
53- }
49+ .info-text {
50+ font-size : 20px ;
51+ font-weight : 500 ;
52+ }
0 commit comments