File tree 1 file changed +28
-3
lines changed
1 file changed +28
-3
lines changed Original file line number Diff line number Diff line change 3
3
< head >
4
4
< meta charset ="UTF-8 ">
5
5
< meta name ="viewport " content ="width=device-width, initial-scale=1.0 ">
6
- < title > theme 38 </ title >
6
+ < title > Hudson - Blog </ title >
7
7
8
8
< link rel ="preconnect " href ="https://fonts.googleapis.com ">
9
9
< link rel ="preconnect " href ="https://fonts.gstatic.com " crossorigin >
21
21
width : 60% ;
22
22
margin : 0 auto;
23
23
}
24
-
25
- /* Removed header styles */
26
24
27
25
/* Navbar styling */
28
26
# navbox {
91
89
font-size : 20px ;
92
90
}
93
91
92
+ # site-header {
93
+ text-align : center;
94
+ color : # 81a1c1 ;
95
+ font-size : 1em ;
96
+ font-weight : bold;
97
+ border-bottom : 1px solid # 81a1c1 ;
98
+ margin-bottom : 0.25em ;
99
+ }
100
+ h1 {
101
+ margin-bottom : -0.3em ;
102
+ }
103
+
104
+ h2 {
105
+ color : # 88c0d0 ;
106
+ }
107
+
108
+ .subtitle {
109
+ color : # eceff4 ;
110
+ font-weight : normal;
111
+ font-size : 1em ;
112
+ }
113
+
94
114
.date {
95
115
margin : 0 ;
96
116
font-size : 15px ;
129
149
< body >
130
150
< div id ="all ">
131
151
<!-- Top section now only contains the navbar -->
152
+
153
+ < header id ="site-header ">
154
+ < h1 > > my.blog [~]: </ h1 >
155
+ < h3 class ="subtitle "> __author__ = "Hudson Liu"</ h2 >
156
+ </ header >
132
157
< div id ="navbox ">
133
158
< ul >
134
159
< li > < a href ="https://hudson.is-a.dev/ "> home</ a > </ li >
You can’t perform that action at this time.
0 commit comments