Initial Commit

Had to recreate repo because it was corrupted. FML.
This commit is contained in:
Mark Hoekveen
2018-06-30 14:17:13 +02:00
parent 3ae66d7969
commit 6c2c697a58
12 changed files with 994 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
body,html {
margin:0px;
padding: 10px;
background: #e5e5f4;
}
h1, h2, h3, h4 {
color: #2d4f99;
}
#queryImage {
float:right;
position:fixed;
right:0px;
}
#results {
float:left;
list-style-type: none;
}