File tree Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Expand file tree Collapse file tree 2 files changed +31
-1
lines changed Original file line number Diff line number Diff line change 20
20
< main >
21
21
< div class ="container "> form</ div >
22
22
</ main >
23
- < footer > this is footer</ footer >
23
+ < footer >
24
+ < div > logo</ div >
25
+ < p > All rights reserver 2024 © OpenCodeChicago</ p >
26
+ </ footer >
24
27
</ body >
25
28
</ html >
Original file line number Diff line number Diff line change @@ -11,6 +11,29 @@ html {
11
11
overflow-x : hidden;
12
12
}
13
13
14
+ h1 ,
15
+ h2 ,
16
+ h3 ,
17
+ h4 ,
18
+ p {
19
+ margin : 0 ;
20
+ }
21
+
22
+ img {
23
+ max-width : 100% ;
24
+ height : auto;
25
+ display : block;
26
+ }
27
+
28
+ ul {
29
+ list-style : none;
30
+ }
31
+
32
+ a {
33
+ text-decoration : none;
34
+ color : inherit;
35
+ }
36
+
14
37
body {
15
38
background-color : # e2e8f0 ;
16
39
display : flex;
39
62
gap : 1.6rem ;
40
63
}
41
64
65
+ a : hover {
66
+ color : # f8f9fa ;
67
+ }
68
+
42
69
.container {
43
70
background-color : # c5c2c2 ;
44
71
width : 60% ;
You can’t perform that action at this time.
0 commit comments