File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change 5
5
margin : 0 ;
6
6
overflow : hidden;
7
7
font-family : Roboto, sans-serif;
8
+ display : flex;
9
+ flex-direction : column;
10
+ justify-content : space-between;
8
11
}
9
12
10
13
img {
@@ -16,6 +19,7 @@ button {
16
19
border : none;
17
20
border-radius : 8px ;
18
21
background : # eee ;
22
+ padding : 8px ;
19
23
}
20
24
21
25
input {
@@ -25,3 +29,33 @@ input {
25
29
width : 400px ;
26
30
margin-bottom : 16px ;
27
31
}
32
+
33
+ .header , .footer {
34
+ display : flex;
35
+ justify-content : space-between;
36
+ padding : 16px ;
37
+ }
38
+
39
+ .footer {
40
+ background-color : lightgray;
41
+ }
42
+
43
+ ul {
44
+ display : flex;
45
+ list-style-type : none;
46
+ gap : 16px ;
47
+ padding-left : 0px ;
48
+ margin : 0px ;
49
+ }
50
+
51
+ a {
52
+ text-decoration : none;
53
+ color : rgb (44 , 43 , 43 );
54
+ }
55
+
56
+ .content {
57
+ display : flex;
58
+ flex-direction : column;
59
+ align-items : center;
60
+ gap : 8px ;
61
+ }
You can’t perform that action at this time.
0 commit comments