event timeline

This commit is contained in:
j 2021-11-12 16:49:35 +00:00
commit fc1a929428
53 changed files with 806 additions and 0 deletions

View file

@ -0,0 +1,39 @@
.intro,
.postscript,
.event {
border-bottom: 1px solid black;
max-width: 800px;
margin: auto;
}
p {
}
.campaigns {
color:#1abc9c;
}
.places {
color:#f39c11;
}
.actions {
color:#ff00cc;
}
.council{
color:#3399cc;
}
.event .side-by-side {
display: flex;
}
.media, .text {
width: 50%;
padding: 8px;
}
.media iframe {
width: 100%;
height: 100%;
}
.media img {
width: 100%;
height: 100%;
object-fit: contain;
}