corona time

This commit is contained in:
Sivert V. Sæther 2020-05-04 12:30:33 +02:00
parent 408ef4a3e6
commit a99023f706
2 changed files with 54 additions and 0 deletions

View File

@ -0,0 +1,10 @@
table, th, td {
border: 2px solid gray;
}
th, td {
padding: 0.3rem;
}
table {
width: 100%;
}

View File

@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>Problemer med smittestopp</title>
<meta charset="utf-8">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" crossorigin="anonymous">
<link rel="stylesheet" href="/it1/smittestopp/corona.css">
<link rel="stylesheet" href="/it1/main.css">
</head>
<body>
<br />
<div id="content" style="margin-right: 13vw;">
<h3 style="margin: 3vh">Positive og negative sider med apper som smittestopp</h3>
<br />
<div class="row">
<div class="col-sm-9">
<p>
Det største problermet med
</p>
</div>
<div class="col-sm-3">
<table>
<tr>
<th>Mot</th>
<th>For</th>
</tr>
<tr>
<td>Personværn</td>
<td>Smittestopp</td>
</tr>
</table>
</div>
</div>
<br />
<footer>
<h3>Kilder</h3>
<ul>
<li><a target="_blank" href=''></a></li>
<li><a target="_blank" href='https://www.simula.no/'>simula.com</a>, selskapet som utvikler appen.</li>
</ul>
</footer>
</div>
</body>
</html>