We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 816334a commit e571b23Copy full SHA for e571b23
1 file changed
blog/css/blog-2.css
@@ -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