timeline css and html

master
Damlanur 4 years ago
parent ccabaab534
commit 16c458d6a4

@ -3,7 +3,7 @@ body{
background-color: #F4EBE8;
}
h1 {
.pagetitle {
position: fixed;
right:0%;
top:5%;
@ -15,7 +15,7 @@ h1 {
font-size: 28px;
}
.eventdate {
h1 {
font-family: Roboto Mono;
font-size: 40px;
color: #371F10;

@ -8,7 +8,7 @@
<title>Timeline</title>
</head>
<body>
<h1>Timeline</h1>
<div class="pagetitle">Timeline</div>
<div id="body">{{ body|safe }}</div>
</body>

Loading…
Cancel
Save