More improvements
This commit is contained in:
parent
1d050e2d45
commit
874df40b22
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -0,0 +1,6 @@
|
|||
code {
|
||||
background-color: #212121;
|
||||
padding: 2px;
|
||||
border-radius: 4px;
|
||||
font-size: 0.9em;
|
||||
}
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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>
|
Loading…
Reference in New Issue