1- body {
2- background : linear-gradient (to left top , yellow , lightblue , yellow) ;
3- min-height : 100 vh ;
4- margin : 0 ;
5- display : flex;
6- justify-content : center;
7- align-items : center;
8- font-family : " Courier New" , Courier, monospace;
9- color : darkcyan;
1+ body {
2+ margin : 0 ;
3+ background : linear-gradient (to left top , yellow , lightblue , yellow) ;
4+ min-height : 100 vh ;
5+ display : flex;
6+ justify-content : center;
7+ align-items : center;
8+ font-family : ' Courier New' , Courier, monospace;
9+ color : darkcyan;
1010}
1111
12- .container {
13- background : rgba (255 , 255 , 255 , 0.3 );
14- padding : 20px ;
15- width : 85 % ;
16- max-width : 450 px ;
17- box-shadow : 0 4 px 10 px rgba ( 0 , 0 , 0 , 0.3 ) ;
18- border-radius : 10 px ;
12+ .container {
13+ background : rgba (255 , 255 , 255 , 0.3 );
14+ padding : 20px ;
15+ box-shadow : 0 4 px 10 px rgba ( 0 , 0 , 0 , .3 ) ;
16+ border-radius : 10 px ;
17+ width : 85 % ;
18+ max-width : 450 px ;
1919}
2020
21- .input-container {
22- display : flex;
23- justify-content : space-between;
24- align-items : center;
25- font-size : 18px ;
26- font-weight : 700 ;
21+ .input-container {
22+ display : flex;
23+ justify-content : space-between;
24+ align-items : center;
25+ font-size : 18px ;
26+ font-weight : 700 ;
2727}
2828
29- .input {
30- padding : 10px ;
31- width : 70% ;
32- background : rgba (255 , 255 , 255 , 0.3 );
33- border-color : rgba (255 , 255 , 255 , 0.5 );
34- font-size : 18px ;
35- border-radius : 10px ;
36- color : darkgreen;
37- outline : none;
29+ .input {
30+ padding : 10px ;
31+ width : 70% ;
32+ background : rgba (255 , 255 , 255 , 0.3 );
33+ border-color : rgba (255 , 255 , 255 , 0.5 );
34+ font-size : 18px ;
35+ border-radius : 10px ;
36+ color : darkgreen;
37+ outline : none;
3838}
3939
40- .error {
41- color : red;
42- }
40+ .error {
41+ color : red;
42+ }
0 commit comments