Skip to content
Snippets Groups Projects

Add further styling of 404 - not found

Merged bendik.andersen requested to merge further-styling-2024-layout into master
All threads resolved!
1 file
+ 9
2
Compare changes
  • Side-by-side
  • Inline
@@ -64,6 +64,10 @@
@@ -64,6 +64,10 @@
margin-bottom: 8px;
margin-bottom: 8px;
}
}
 
#to_english {
 
font-size: 1.25rem;
 
}
 
main {
main {
width: 100%;
width: 100%;
}
}
@@ -174,7 +178,7 @@
@@ -174,7 +178,7 @@
<div class="top-section">
<div class="top-section">
<h2>Page not found (404)</h2>
<h2>Page not found (404)</h2>
<p>
<p>
Sorry, this service is down, or the content may have been deleted or moved. You may also have entered a web address that does not exist.
Sorry, the page was not found. The content may have been deleted or moved. You may also have entered a web address that does not exist.
</p>
</p>
</div>
</div>
<div class="bot-section">
<div class="bot-section">
@@ -187,7 +191,7 @@
@@ -187,7 +191,7 @@
<div class="top-section">
<div class="top-section">
<h2>Siden ble ikke funnet (404)</h2>
<h2>Siden ble ikke funnet (404)</h2>
<p>
<p>
Beklager, denne tjenesten er nede, eller innholdet kan ha blitt slettet eller flyttet. Du kan også ha skrevet inn en nettadresse som ikke finnes.
Beklager, siden ble ikke funnet. Innholdet kan ha blitt slettet eller flyttet. Du kan også ha skrevet inn en nettadresse som ikke finnes.
</p>
</p>
</div>
</div>
<div class="bot-section">
<div class="bot-section">
@@ -195,6 +199,9 @@
@@ -195,6 +199,9 @@
<p>E-post: <a href="mailto:it@uib.no">it@uib.no</a></p>
<p>E-post: <a href="mailto:it@uib.no">it@uib.no</a></p>
<p>Telefonnummer: 55 58 47 00</p>
<p>Telefonnummer: 55 58 47 00</p>
</div>
</div>
 
<div id="to_english">
 
<a href="#" onmouseup="showEnglish();">English version</a>
 
</div>
</div>
</div>
</div>
</div>
</main>
</main>
Loading