File tree Expand file tree Collapse file tree 2 files changed +29
-0
lines changed
Expand file tree Collapse file tree 2 files changed +29
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE html>
2+ < html lang ="en ">
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 " />
7+ < title > design 3</ title >
8+ </ head >
9+ < body >
10+ < header >
11+ < div class ="header-container ">
12+ < h1 > SOFTECH</ h1 >
13+ < nav >
14+ < li > < a href ="# "> HOME</ a > </ li >
15+ < li > < a href ="# "> ABOUT</ a > </ li >
16+ < li > < a href ="# "> SERVICES</ a > </ li >
17+ < li > < a href ="# "> PRODUCTS</ a > </ li >
18+ < li > < a href ="# "> CONTACT</ a > </ li >
19+ </ nav >
20+ </ div >
21+ </ header >
22+ </ body >
23+ </ html >
Original file line number Diff line number Diff line change 1+ @import url ("https://fonts.googleapis.com/css2?family=Poppins:wght@600;700&display=swap" );
2+ * {
3+ padding : 0 ;
4+ margin : 0 ;
5+ box-sizing : border-box;
6+ }
You can’t perform that action at this time.
0 commit comments