Files
small-image-descriptors/style.css
T
Mark Hoekveen 6c2c697a58 Initial Commit
Had to recreate repo because it was corrupted. FML.
2018-06-30 14:17:13 +02:00

20 lines
212 B
CSS

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;
}