1
1
<!DOCTYPE html>
2
2
< html lang ="en ">
3
3
< head >
4
- < meta charset ="UTF-8 ">
5
- < meta http-equiv ="X-UA-Compatible " content ="IE=edge ">
6
- < meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
4
+ < meta charset ="UTF-8 " / >
5
+ < meta http-equiv ="X-UA-Compatible " content ="IE=edge " / >
6
+ < meta name ="viewport " content ="width=device-width, initial-scale=1.0 " / >
7
7
< title > LAYOUT</ title >
8
- < link rel ="stylesheet " href ="./style.css ">
8
+ < link rel ="stylesheet " href ="./style.css " / >
9
9
</ head >
10
10
< body >
11
- < div class ="header ">
12
- < ul class ="left-links ">
13
- < li > < a href ="# "> About</ a > </ li >
14
- < li > < a href ="# "> Store</ a > </ li >
15
- </ ul >
16
- < ul class ="right-links ">
17
- < li > < a href ="# "> Profile</ a > </ li >
18
- < li > < a href ="# "> Settings</ a > </ li >
19
- </ ul >
20
- </ div >
21
- < div class ="content ">
22
- < img src ="./logo.png " alt ="Project logo. Represents odin with the project name. ">
23
- < div class ="input ">
24
- < input type ="text ">
11
+ < div class ="container ">
12
+ < div class ="header ">
13
+ < ul class ="left-links ">
14
+ < li > < a href ="# "> About</ a > </ li >
15
+ < li > < a href ="# "> Store</ a > </ li >
16
+ </ ul >
17
+ < ul class ="right-links ">
18
+ < li > < a href ="# "> Profile</ a > </ li >
19
+ < li > < a href ="# "> Settings</ a > </ li >
20
+ </ ul >
25
21
</ div >
26
- < div class ="buttons ">
27
- < button > Do the thing!</ button >
28
- < button > Do the other thing!</ button >
22
+ < div class ="content ">
23
+ < img
24
+ src ="./logo.png "
25
+ alt ="Project logo. Represents odin with the project name. "
26
+ />
27
+ < div class ="input ">
28
+ < input type ="text " />
29
+ </ div >
30
+ < div class ="buttons ">
31
+ < button > Do the thing!</ button >
32
+ < button > Do the other thing!</ button >
33
+ </ div >
34
+ </ div >
35
+ < div class ="footer ">
36
+ < ul class ="left-links ">
37
+ < li > < a href ="# "> Advertising</ a > </ li >
38
+ < li > < a href ="# "> Business</ a > </ li >
39
+ </ ul >
40
+ < ul class ="right-links ">
41
+ < li > < a href ="# "> Privacy</ a > </ li >
42
+ < li > < a href ="# "> Terms</ a > </ li >
43
+ </ ul >
29
44
</ div >
30
- </ div >
31
- < div class ="footer ">
32
- < ul class ="left-links ">
33
- < li > < a href ="# "> Advertising</ a > </ li >
34
- < li > < a href ="# "> Business</ a > </ li >
35
- </ ul >
36
- < ul class ="right-links ">
37
- < li > < a href ="# "> Privacy</ a > </ li >
38
- < li > < a href ="# "> Terms</ a > </ li >
39
- </ ul >
40
45
</ div >
41
46
</ body >
42
- </ html >
47
+ </ html >
0 commit comments