File tree 4 files changed +20
-25
lines changed
4 files changed +20
-25
lines changed Original file line number Diff line number Diff line change 6
6
< link rel ="stylesheet " href ="{{ site.baseurl }}/css/main.css " >
7
7
</ head >
8
8
< body >
9
+ < div class ="container ">
9
10
< header class ="post-header ">
10
- < h3 > {{ site.title }}</ h3 >
11
+ < h1 > {{ site.title }}</ h1 >
11
12
</ header >
12
13
13
- < div class ="container ">
Original file line number Diff line number Diff line change 2
2
layout: default
3
3
---
4
4
< div class ="post ">
5
- < h1 class ="post-title "> {{ page.title }}</ h1 >
5
+ < h2 class ="post-title "> {{ page.title }}</ h2 >
6
6
7
7
< article class ="post-content ">
8
8
{{ content }}
Original file line number Diff line number Diff line change 7
7
8
8
header {
9
9
font-family : "Gabriela" , serif;
10
- text-align : center;
11
- background : # 774F9F ;
12
- color : # ffffff ;
13
- padding : 40px ;
10
+ color : # 000 ;
11
+ padding : 20px 0 0 ;
12
+ width : 960px ;
13
+ border-bottom : 1px solid # 333 ;
14
+ margin-bottom : 50px ;
14
15
}
15
16
16
17
h1 {
17
- font-size : 3 em ;
18
+ font-size : 2.5 rem ;
18
19
}
19
20
20
21
.content {
21
- margin-left : auto;
22
- margin-right : auto;
23
- width : 80% ;
22
+ margin : 0 auto;
23
+ width : 960px ;
24
24
font-size : 1.5em ;
25
25
}
26
26
27
27
.container {
28
28
max-width : 55.55556rem ;
29
- margin : 40 px auto;
29
+ margin : 0 px auto;
30
30
}
31
31
32
32
nav ul {
@@ -40,26 +40,22 @@ nav ul li {
40
40
41
41
ul .post-list {
42
42
list-style : none;
43
+ margin : 0 ;
44
+ padding : 0 ;
43
45
}
44
46
45
47
ul .post-list li a {
46
48
text-decoration : none;
47
49
font-weight : normal;
48
- color : # 774F9F ;
50
+ padding-bottom : 4px ;
51
+ color : # 333 ;
49
52
}
50
53
51
- ul .post-list li {
52
- padding : 10px 5px 10px 5px ;
53
-
54
+ ul .post-list li : hover {
55
+ color : highlight;
54
56
}
55
57
56
- hr {
57
- border : 0px ;
58
- height : 1px ;
59
- background-color : # BBA7CF ;
58
+ ul .post-list li {
59
+ padding : 10px 5px 10px 5px ;
60
60
}
61
61
62
- ul .post-list li a : hover {
63
- color : purple;
64
-
65
- }
Original file line number Diff line number Diff line change 9
9
< li >
10
10
< a class ="post-link " href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a >
11
11
</ li >
12
- < hr />
13
12
{% endfor %}
14
13
</ ul >
15
14
</ div >
You can’t perform that action at this time.
0 commit comments