final changes

master
Your Name 4 years ago
parent 1a3757fd1b
commit 79ac680a70

@ -1,7 +1,6 @@
body {
background-color: #F4EBE8;
font-family: Roboto Mono;
}
@ -16,7 +15,7 @@ display: block;
.projtext{
width: 80%;
display: block;
display: inline-block;
text-align: justify;
}
@ -31,7 +30,8 @@ h1{
padding: 0px;
top:0%;
z-index: 0;
margin:0px;
margin-top:60px;
margin-bottom:15px;
/*margin-top: 50px;*/
}
@ -39,9 +39,58 @@ h2{
font-size:23px;
display: block;
width:65%;
text-align: justify;
text-align: left;
}
.img1{
display: inline-block;
width:80%;
margin-top: 20px;
margin-bottom: 20px;
right: 0%;
align-content: right;
}
.img1 img{
margin-top: 20px;
width: 60%;
float:right;
}
.img2{
display: inline-block;
width:100%;
margin-top: 20px;
margin-bottom: 20px;
right: 0%;
align-content: right;
}
.img2 img{
margin: 20px;
margin-left: 0px;
width: 45%;
float:left;
}
.img3{
display: flex;
width:100%;
margin-top: 0px;
margin-bottom: 20px;
right: 0%;
align-content: right;
}
.img3 img{
margin: 50px;
margin-right: 0px;
margin-bottom: 0px;
width: 55%;
right: 0px;
float: right;
}
/*.pagelink{
position: fixed;
display: inline;

@ -3,7 +3,7 @@
<head>
<meta charset="utf-8">
<link rel="stylesheet" href="{{ staticpath }}/static/archive.css"/>
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>
<link rel="stylesheet" href="{{ staticpath }}/static/index.css"/>`
<link href='https://fonts.googleapis.com/css?family=Roboto+Mono' rel='stylesheet' type='text/css'>
<!-- <script type="text/javascript" src="{{ staticpath }}/static/index.js"></script> -->
<title>{{ page.name }}</title>
@ -113,3 +113,4 @@ for (var i = 0; i < btns.length; i++) {
});
}
</script>

Loading…
Cancel
Save