about page

master
Your Name 4 years ago
parent d9884ef784
commit 5d797dc1ac

@ -1,26 +1,33 @@
body {
background-color: #F4EBE8;
font-family: Roboto Mono;
}
.projtextcont{
display: block;
display: block;
/*align-items: center;
justify-content: center*/
color:#371F10;
margin-left:200px;
font-family: Roboto Mono;
}
.projtext{
width: 50%;
height: 50%;
width: 85%;
display: block;
}
h1{
display: block;
width:50%;
}
h2{
display: block;
width:70%;
text-align: justify;
}
.pagelink{
@ -59,4 +66,8 @@ h1{
font-size: 13px;
background-color: white;
visibility: hidden;
}s
}
.pagelink:hover .pagename{
visibility: visible;
}

@ -2,6 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css" />
<link rel="stylesheet" href="{{ staticpath }}/static/about.css" />
<script type="text/javascript" src="{{ staticpath }}/static/archive.js"></script>
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>

Loading…
Cancel
Save