File tree 1 file changed +5
-36
lines changed
1 file changed +5
-36
lines changed Original file line number Diff line number Diff line change 23
23
background-color : # f1f1f1 ;
24
24
}
25
25
26
- h1 {
27
- margin-bottom : 20px ;
28
- display : flex;
29
- justify-content : center;
26
+ p {
27
+ margin-bottom : .5em ;
30
28
}
31
29
32
30
form {
33
- display : flex;
34
- flex-direction : column;
35
- align-items : center;
36
- justify-content : center;
37
- padding : 50px ;
31
+ padding : .2em ;
38
32
border : 1px solid # ccc ;
39
33
border-radius : 5px ;
40
34
background-color : # fff ;
41
35
}
42
- label {
43
- padding : 0px ;
44
- color : # 25415f ;
45
- }
46
-
47
- input {
48
- display : flex;
49
- justify-content : center;
50
- padding : 10px ;
51
- margin : 10px 0 ;
52
- border : 1px solid # ccc ;
53
- border-radius : 5px ;
54
- width : 100% ;
55
- }
56
-
57
- input [type = "file" ] {
58
- margin : 10px 0 ;
59
- padding : 10px ;
60
- }
61
- input [type = "submit" ] {
62
- padding : 10px 20px ;
63
- border : none;
64
- border-radius : 5px ;
65
- background-color : # 007bff ;
66
- color : # fff ;
67
- cursor : pointer;
68
- }
69
36
70
37
h1 {
71
38
color : green;
39
+ margin-bottom : 20px ;
40
+
72
41
}
73
42
a {
74
43
margin : .4em ;
You can’t perform that action at this time.
0 commit comments