Added events on day page

This commit is contained in:
2022-11-01 17:39:50 +03:00
parent 6afe30ed42
commit a0ba00b23e
4 changed files with 92 additions and 10 deletions
@@ -53,3 +53,34 @@ table.month {
width: 350px;
max-width: 350px;
}
div.event {
border: 1px solid black;
padding: 20px;
margin: 20px;
border-radius: 10px;
width: 100%;
}
div.event-time {
border: 1px solid black;
border-radius: 3px;
padding: 3px 5px;
margin-right: 15px;
float: left;
font-weight: bold;
background: DeepSkyBlue;
font-size: 150%;
}
div.event-title {
font-weight: bold;
text-decoration: underline;
font-size: 200%;
margin-bottom: 10px;
}
p.event-description {
margin: 0px;
padding: 0px;
}