Add command for Windows batch scripting; CSS for code block

This commit is contained in:
kfrn
2017-01-27 18:19:53 +13:00
6 changed files with 307 additions and 115 deletions

View File

@ -2,6 +2,10 @@ h1,h2,h3,h4,h5,h6 {
font-family: 'Montserrat', sans-serif;
}
code {
word-break: break-all;
}
dd {
padding-left:24px;
}
@ -10,6 +14,16 @@ dt {
font-family: Menlo,Monaco,Consolas,"Courier New",monospace;
}
img {
display: block;
margin-left: auto;
margin-right: auto;
}
.sample-image {
margin-bottom: 18px;
}
h1 {
letter-spacing:8px;
font-size:86px;