mirror of
https://git.kittycat.homes/zoe/wisdom.git
synced 2024-08-15 03:26:36 +00:00
add reload
This commit is contained in:
parent
1e294bbac6
commit
295411d8fa
1 changed files with 8 additions and 2 deletions
|
@ -20,12 +20,18 @@
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
margin-left: 24%;
|
||||
margin-right: 24%;
|
||||
}
|
||||
p {
|
||||
a {
|
||||
color: floralwhite;
|
||||
font-size: 40pt;
|
||||
text-align: center;
|
||||
font-family: 'Prata', serif;
|
||||
text-decoration: none;
|
||||
}
|
||||
a:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
body {
|
||||
background-color: #080808;
|
||||
|
@ -34,7 +40,7 @@
|
|||
</head>
|
||||
<body id="body">
|
||||
<div class="main">
|
||||
<p>{{wisdom}}</p>
|
||||
<a href=".">{{wisdom}}</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue