Commit 238ec61 1 parent 888c13a commit 238ec61 Copy full SHA for 238ec61
File tree 2 files changed +37
-1
lines changed
2 files changed +37
-1
lines changed Original file line number Diff line number Diff line change 16
16
17
17
< body >
18
18
< link rel ="stylesheet " href ="comp.css " type ="text/css ">
19
- < script src ="../../loadheader.js "> </ script >
19
+
20
+
21
+ < header class ="subheader ">
22
+ < nav class ="subheader-nav ">
23
+ < ul >
24
+ < li > < a href ="# "> About</ a > </ li >
25
+ < li > < a href ="# "> Services</ a > </ li >
26
+ < li > < a href ="# "> Portfolio</ a > </ li >
27
+ < li > < a href ="# "> Contact</ a > </ li >
28
+ </ ul >
29
+ </ nav >
30
+ </ header >
20
31
21
32
< section class ="section computer-department " data-section ="computer-department ">
22
33
< div class ="container ">
Original file line number Diff line number Diff line change 64
64
font-weight : 600 ;
65
65
}
66
66
67
+ .subheader {
68
+ background-color : # f0f0f0 ;
69
+ padding : 10px 0 ;
70
+ }
71
+
72
+ .subheader-nav {
73
+ text-align : center;
74
+ }
75
+
76
+ .subheader-nav ul {
77
+ list-style : none;
78
+ margin : 0 ;
79
+ padding : 0 ;
80
+ }
81
+
82
+ .subheader-nav ul li {
83
+ display : inline;
84
+ margin : 0 10px ;
85
+ }
86
+
87
+ .subheader-nav ul li a {
88
+ text-decoration : none;
89
+ color : # 333 ;
90
+ font-weight : bold;
91
+ }
67
92
68
93
69
94
.section-heading {
You can’t perform that action at this time.
0 commit comments