The following files exists in this folder. Click to view.
exercices/
exercises.php
header.php
incl/
index.php
ovningar/
project
projects.php
projekt/
reflections.php
source.php
stresstest.php
style.css
test
test.py
upgifter/
viewsource.php
word-app/
style.css
39 lines ASCII Windows (CRLF)
*
{
box-sizing: border-box;
margin: 0;
padding: 0;
}
/* region header */
header
{
background-color: gray;
padding: 1rem;
}
nav
{
display: flex;
justify-content: space-between;
padding-top: 1rem;
}
nav a
{
text-decoration: none;
border: 1px black solid;
padding: 0.5rem;
}
/* endregion header */
main
{
}
h1
{
text-align: center;
}