Show sourcecode
The following files exists in this folder. Click to view.
webbserverprogrammering/exercises/quiz/
admin.php
dbconnection.php
glömtLösen.php
index.php
quiz.php
quiz_css.css
rättning.php
skapaTabell.php
verify.php
quiz_css.css
55 lines UTF-8 Windows (CRLF)
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
body{
font-family: arial;
background-color: #555;
}
form{
margin: auto;
top: 90px;
border:1px #000 solid;
width: 500px;
padding: 20px;
background-color: #999;
margin-bottom: 15px;
}
#valtext{
color: red;
}
h2{
text-align: center;
}
h3{
margin-top: 0;
}
table{
margin: auto;
top: 90px;
border:1px #000 solid;
width: 500px;
padding: 20px;
background-color: #999;
margin-bottom: 15px;
}
#restabell{
border:1px black solid;
background-color: #999;
border-collapse: collapse;
margin: auto;
}
#restabell td{
padding: 10px;
border: 1px #000 solid;
}
#glömt{
text-decoration: underline;
cursor: pointer;
}
caption{
font-weight: bold;
}
th{
position: sticky;
top: 0;
padding: 10px 10px 10px 15px;
background-color: #999;
border: 1px #000 solid;
}