Skip to content

Commit e571b23

Browse files
save file
1 parent 816334a commit e571b23

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

blog/css/blog-2.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
2+
3+
html
4+
{height:100%;font-family:arial}
5+
body
6+
{min-height:calc(100% - 40px);display:flex;flex-direction:column;gap:10px;margin:20px;align-items:center;
7+
padding-bottom:200px;box-sizing:border-box;
8+
}
9+
body>*
10+
{max-width:1400px;width:100%;padding:0 20px;}
11+
12+
13+
14+
15+
code
16+
{display:block;border-radius:5px;background:whitesmoke;font-family:monospace;padding:10px;white-space:pre;
17+
margin:20px 0;overflow:auto;
18+
}
19+
20+
21+
22+
input
23+
{font-size:16px;padding:5px 10px;box-sizing:border-box}
24+
input[type=button]
25+
{cursor:pointer}
26+
27+
28+

0 commit comments

Comments
 (0)