This inserts the map structure we will use for the project.

This commit is contained in:
Lars van Hijfte
2017-01-10 14:35:56 +01:00
parent a0934f7395
commit 4da39d5bab
6 changed files with 64 additions and 0 deletions

15
website/styles/main.css Normal file
View File

@@ -0,0 +1,15 @@
body {
background-color: white;
color: #333;
font-family: Arial;
}
::selection {
background: #845663;
color: white;
}
::-moz-selection {
background: #845663;
color: white;
}