Initial search page and added class platform

This commit is contained in:
Lars van Hijfte
2017-01-12 11:20:27 +01:00
parent 21f9f887d9
commit 3505090eb9
3 changed files with 21 additions and 0 deletions

7
website/search.php Normal file
View File

@@ -0,0 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: polo
* Date: 12-1-17
* Time: 11:04
*/

View File

@@ -41,6 +41,13 @@ body {
min-height: 100%;
}
.platform {
padding: 20px;
border-radius: 10px;
background-color: #FFFFFF;
box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}
::selection {
background: #845663;
color: white;

View File

@@ -0,0 +1,7 @@
<?php
/**
* Created by PhpStorm.
* User: polo
* Date: 12-1-17
* Time: 11:05
*/