File tree Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Expand file tree Collapse file tree 4 files changed +48
-0
lines changed Original file line number Diff line number Diff line change
1
+ <!DOCTYPE html>
2
+ < html >
3
+ < head >
4
+ < title > Document</ title >
5
+ < link rel ="stylesheet " href ="styles2.css "/>
6
+ < link rel ="icon " href ="images/ico.png "/>
7
+ < meta charset ="UTF-8 ">
8
+ </ head >
9
+ < body >
10
+
11
+ < nav >
12
+
13
+ < div class ="brand-container ">
14
+
15
+ < img src ="images/ico.png " width ="40px "/>
16
+ < h2 class ="brand-title "> ThoughtNest</ h2 >
17
+
18
+ </ div >
19
+ < div class ="link-container ">
20
+ < a href ="# "> Home</ a >
21
+ < a href ="# "> About</ a >
22
+ < a href ="# "> Contacts</ a >
23
+ < a href ="# "> Log In</ a >
24
+ </ div >
25
+
26
+ </ nav >
27
+
28
+ </ body >
29
+ </ html >
Original file line number Diff line number Diff line change
1
+ body {
2
+ margin : 0 ;
3
+ }
4
+
5
+ nav {
6
+ background-color : rgb (88 , 68 , 13 );
7
+ padding : 10px 20px ;
8
+ }
9
+
10
+ .brand-title {
11
+ font-family : 'Courier New' , Courier, monospace;
12
+ font-variant : small-caps;
13
+ color : bisque;
14
+ margin : 0 ;
15
+ display : inline-block;
16
+ position : relative;
17
+ top : -10px ;
18
+ left : 15px ;
19
+ }
You can’t perform that action at this time.
0 commit comments