Littegrann css kan vell ikke skade 🎨
This commit is contained in:
49
index.html
49
index.html
@@ -6,18 +6,57 @@
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
||||
<meta name="description" content="" />
|
||||
<link rel="icon" href="favicon.png">
|
||||
<style>
|
||||
body {
|
||||
background-color: black;
|
||||
color: white;
|
||||
font-family: "Noto Sans", "Liberation Sans","Trebuchet MS", Helvetica, sans-serif;
|
||||
font-size: x-large;
|
||||
text-align: center;
|
||||
}
|
||||
a:link {
|
||||
color: rgb(101, 163, 255);
|
||||
}
|
||||
a:visited {
|
||||
color: rgb(101, 163, 255);
|
||||
}
|
||||
h1 {
|
||||
letter-spacing: 0.2px;
|
||||
font-size: 3em;
|
||||
margin: 0.1rem;
|
||||
color: #33d17a;
|
||||
}
|
||||
h2 {
|
||||
letter-spacing: 5px;
|
||||
margin: 0.1rem;
|
||||
color: #33d17a;
|
||||
}
|
||||
h3 {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
p, ul {
|
||||
margin-top: 0
|
||||
}
|
||||
.links {
|
||||
list-style: none;
|
||||
}
|
||||
.logo {
|
||||
height: 0.8em;
|
||||
width: auto;
|
||||
margin-right: 0.2em;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Velkommen</h1>
|
||||
<h2>til sida mi!</h2>
|
||||
|
||||
<h3>Viktige lenker:</h3>
|
||||
<ul>
|
||||
<li><a href="https://nextcloud.trygve.net/">Nextcloud</a></li>
|
||||
<li><a href="https://live.trygve.net/">Liveresultater</a></li>
|
||||
<ul class="links">
|
||||
<li><a href="https://nextcloud.trygve.net/"><img src="img/nextcloud.svg" alt="Logo" class="logo">Nextcloud</a></li>
|
||||
<li><a href="https://live.trygve.net/"><img src="img/opost.svg" alt="Logo" class="logo">Liveresultater</a></li>
|
||||
</ul>
|
||||
<h3>Mindre viktige lenker:</h3>
|
||||
<ul>
|
||||
<ul class="links">
|
||||
<li><a href="https://trygve.me/phpsysinfo">Server status</a></li>
|
||||
</ul>
|
||||
<h3>Kontakt meg :)</h3>
|
||||
|
||||
Reference in New Issue
Block a user