<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<title>Levi Olson</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<!-- <link rel="stylesheet" href="core.css"> -->
|
|
<style>
|
|
body {
|
|
background-color: #ddd !important;
|
|
color: #222 !important;
|
|
font-family: monospace !important;
|
|
font-size: 20px !important;
|
|
line-height: 1.4 !important;
|
|
padding-top: 120px !important;
|
|
padding-bottom: 60px !important;
|
|
overflow-x: none !important;
|
|
}
|
|
|
|
main {
|
|
padding-right: 10px !important;
|
|
padding-left: 10px !important;
|
|
margin-right: auto !important;
|
|
margin-left: auto !important;
|
|
max-width: 600px !important;
|
|
min-width: 280px !important;
|
|
}
|
|
|
|
a {
|
|
text-decoration: none !important;
|
|
outline: none !important;
|
|
font-weight: bold !important;
|
|
color: #777 !important;
|
|
}
|
|
|
|
a:hover,
|
|
a:active,
|
|
a:focus {
|
|
color: #888 !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<main>
|
|
<p>
|
|
Check out my personal webite
|
|
<a href="https://leviolson.com/">here</a>
|
|
</p>
|
|
</main>
|
|
</body>
|
|
|
|
</html>
|