More improvements

This commit is contained in:
video-prize-ranch 2022-01-17 19:36:08 -05:00
parent 1d050e2d45
commit 874df40b22
No known key found for this signature in database
GPG Key ID: D8EAA4C5B12A7281
4 changed files with 16 additions and 5 deletions

View File

@ -3,13 +3,14 @@ a {
text-decoration: none;
}
p {
font-size: 18px;
a > h2 {
color: white;
}
body {
background-color: black;
color: white;
font-size: 18px;
font-family: -apple-system, BlinkMacSystemFont, avenir next, avenir, segoe ui, helvetica neue, helvetica, Ubuntu, roboto, noto, arial, sans-serif;
}

6
static/css/frontpage.css Normal file
View File

@ -0,0 +1,6 @@
code {
background-color: #212121;
padding: 2px;
border-radius: 4px;
font-size: 0.9em;
}

View File

@ -27,7 +27,7 @@
<li>Images and videos (gifv, mp4)</li>
<li>Albums</li>
<li>Streaming</li>
<li>Pretty CSS styling (responsive?)</li>
<li>Pretty CSS styling (responsive!)</li>
<li>Logo</li>
</ul>

View File

@ -1,4 +1,8 @@
<nav>
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo">
<h2>rimgo</h2>
<a href="/">
<img src="/static/img/rimgo.svg" width="64" height="64" class="logo">
</a>
<a href="/">
<h2>rimgo</h2>
</a>
</nav>