templates/index: do centering better
Signed-off-by: Christine Dodrill <me@christine.website>
This commit is contained in:
parent
15b5ed4738
commit
8e0ff7513c
|
@ -26,6 +26,10 @@
|
||||||
color: #ebdbb2;
|
color: #ebdbb2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
main {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
pre {
|
pre {
|
||||||
background-color: #3c3836;
|
background-color: #3c3836;
|
||||||
padding: 1em;
|
padding: 1em;
|
||||||
|
@ -95,27 +99,25 @@
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body id="top">
|
<body id="top">
|
||||||
<center>
|
<main>
|
||||||
<main>
|
<big>Today is March <big>{{.Day}}</big>, 2020</big>
|
||||||
<big>Today is March <big>{{.Day}}</big>, 2020</big>
|
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<p>{{.Quip}}</p>
|
<p>{{.Quip}}</p>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>From <a href="https://christine.website">Within</a> - <a
|
<p>From <a href="https://christine.website">Within</a> - <a
|
||||||
href="https://twitter.com/theprincessxena">@theprincessxena</a> - <a
|
href="https://twitter.com/theprincessxena">@theprincessxena</a> - <a
|
||||||
href="https://tulpa.dev/cadey/todayinmarch2020">Source Code</a></p>
|
href="https://tulpa.dev/cadey/todayinmarch2020">Source Code</a></p>
|
||||||
</footer>
|
</footer>
|
||||||
</main>
|
</main>
|
||||||
</center>
|
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue