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;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
margin-left: 24%;
|
||||||
|
margin-right: 24%;
|
||||||
}
|
}
|
||||||
p {
|
a {
|
||||||
color: floralwhite;
|
color: floralwhite;
|
||||||
font-size: 40pt;
|
font-size: 40pt;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: 'Prata', serif;
|
font-family: 'Prata', serif;
|
||||||
|
text-decoration: none;
|
||||||
|
}
|
||||||
|
a:hover {
|
||||||
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
body {
|
body {
|
||||||
background-color: #080808;
|
background-color: #080808;
|
||||||
|
@ -34,7 +40,7 @@
|
||||||
</head>
|
</head>
|
||||||
<body id="body">
|
<body id="body">
|
||||||
<div class="main">
|
<div class="main">
|
||||||
<p>{{wisdom}}</p>
|
<a href=".">{{wisdom}}</a>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue