Webbserverprogrammering 1

Show sourcecode

The following files exists in this folder. Click to view.

webbsrvprg/quiz/

admin.php
createQuiz.php
createadmin.php
logIn.php
myStats.php
playquiz.php
result.php
scoreboard.php
signIn.php
start.php
startsida.php
stats.php
style.css
tables.php
update.php

style.css

31 lines ASCII Windows (CRLF)
.table {
  background-color: black;
}

.table * {
  background-color: white;
}

header {
  display: flex;
  align-items: center;
}

header * {
  margin-right: 2vw;
  font-size: 1.3em;
}

ol {
  font-size: 1.5em;
}

#statDiv {
  display: flex;
  align-items: end;
  text-align: center;
}

#statDiv div {
  width: 5vw;
}