Skip to content

Commit 23786a2

Browse files
save file
1 parent 6a317f4 commit 23786a2

File tree

1 file changed

+1
-22
lines changed

1 file changed

+1
-22
lines changed

blog/index.html

Lines changed: 1 addition & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -38,32 +38,15 @@
3838

3939
</script>
4040

41+
<link rel=stylesheet href='css/blog.css' crossorigin=anonymous>
4142

4243
<style>
4344

44-
html
45-
{height:100%;font-family:arial}
46-
body
47-
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
48-
padding-bottom:200px;
49-
}
50-
body>*
51-
{max-width:1400px;width:100%;padding:0 20px;}
52-
53-
54-
#hdr
55-
{}
56-
#hdr h3
57-
{text-align:center}
58-
5945
a
6046
{display:flex;align-items:center;cursor:pointer;gap:20px}
6147
a>img
6248
{width:20px;height:20px;margin-left:20px}
6349

64-
.spc
65-
{flex:1}
66-
6750
.like
6851
{display:flex;align-items:center;gap:10px}
6952
.like-icon
@@ -73,10 +56,6 @@
7356
.like .num
7457
{text-decoration:none !important;font-size:12px}
7558

76-
77-
blog-hdr h1
78-
{text-align:center;flex:1}
79-
8059
</style>
8160
</head>
8261

0 commit comments

Comments
 (0)