Webbserverprogrammering 1

Show sourcecode

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

webbserver/filmquiz/css/

stylesheet.css

stylesheet.css

18 lines ASCII Windows (CRLF)
p {
    font-size: 16px;
}

body {
    text-align: center;
}
.error {
    color: red;
}
button {
    border-radius: 30px;
    text-align: center;
    padding: 5px;
}
.input {
    border-radius: 20px;
}