File tree Expand file tree Collapse file tree 1 file changed +29
-27
lines changed
Source-Code/CurrencyConverter Expand file tree Collapse file tree 1 file changed +29
-27
lines changed Original file line number Diff line number Diff line change 11body {
2- font-family : Arial, sans-serif;
3- background-color : # f4f4f4 ;
4- margin : 0 ;
5- padding : 0 ;
6- display : flex;
7- justify-content : center;
8- align-items : center;
9- height : 100vh ;
2+ font-family : Arial, sans-serif;
3+ background-color : # f4f4f4 ;
4+ margin : 0 ;
5+ padding : 0 ;
6+ display : flex;
7+ justify-content : center;
8+ align-items : center;
9+ height : 100vh ;
1010}
1111
1212.container {
13- background-color : white;
14- padding : 20px ;
15- border-radius : 10px ;
16- box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
17- width : 400px ;
18- text-align : center;
13+ background-color : white;
14+ padding : 20px ;
15+ border-radius : 10px ;
16+ box-shadow : 0 4px 8px rgba (0 , 0 , 0 , 0.1 );
17+ width : 400px ;
18+ text-align : center;
1919}
2020
2121h1 {
22- margin-bottom : 20px ;
22+ margin-bottom : 20px ;
2323}
2424
25- input , select , button {
26- margin : 10px 0 ;
27- padding : 10px ;
28- font-size : 16px ;
25+ input ,
26+ select ,
27+ button {
28+ margin : 10px 0 ;
29+ padding : 10px ;
30+ font-size : 16px ;
2931}
3032
3133button {
32- background-color : # 4CAF50 ;
33- color : white;
34- border : none;
35- cursor : pointer;
34+ background-color : # 4caf50 ;
35+ color : white;
36+ border : none;
37+ cursor : pointer;
3638}
3739
3840button : hover {
39- background-color : # 45a049 ;
41+ background-color : # 45a049 ;
4042}
4143
4244# result {
43- margin-top : 20px ;
44- font-size : 18px ;
45- font-weight : bold;
45+ margin-top : 20px ;
46+ font-size : 18px ;
47+ font-weight : bold;
4648}
You can’t perform that action at this time.
0 commit comments