welcome page

This commit is contained in:
2020-01-25 22:56:59 +01:00
parent 62f05ba9fb
commit 6f75065b9c
9 changed files with 84 additions and 15 deletions

View File

@@ -179,7 +179,7 @@ http://aleclownes.com/2017/02/01/crt-display.html
.crt::before {
content: " ";
display: block;
position: absolute;
position: fixed;
top: auto;
left: auto;
bottom: auto;

View File

@@ -102,6 +102,17 @@ main {
}
.asciiart {
white-space: pre;
line-height: normal;
}
.welcome{
padding-top: 128px;
font-size: large;
text-align: center;
}
/*
.post-list a:before,
.post-list a:before {

View File

@@ -31,14 +31,6 @@ strong {
font-weight: bold;
}
pre {
background-color: #f8f8f8;
border-radius: 3px;
word-wrap: break-word;
padding: 12px 13px;
font-size: 13px;
}
h1,
h2,
h3,
@@ -114,6 +106,15 @@ pre {
border: 2px solid rgb(100, 50, 0);
}
/*
pre {
background-color: #f8f8f8;
border-radius: 3px;
word-wrap: break-word;
padding: 12px 13px;
font-size: 13px;
}*/
code {
margin: 0 2px;
padding: 3px 5px;