added poll pages

This commit is contained in:
Sarah Faey 2023-01-14 21:04:01 +01:00
parent 6d6e720695
commit 1158aff6df
8 changed files with 340 additions and 14 deletions

View file

@ -0,0 +1,12 @@
body {
background-color: rgb(38 38 38);
border-radius: 25px;
padding: 25px;
/*width: 900px;*/
width: stretch;
color: lightgrey;
}
h5 {
color: lightgrey;
}