Initial search page and added class platform
This commit is contained in:
7
website/search.php
Normal file
7
website/search.php
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* User: polo
|
||||||
|
* Date: 12-1-17
|
||||||
|
* Time: 11:04
|
||||||
|
*/
|
||||||
@@ -41,6 +41,13 @@ body {
|
|||||||
min-height: 100%;
|
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 {
|
::selection {
|
||||||
background: #845663;
|
background: #845663;
|
||||||
color: white;
|
color: white;
|
||||||
|
|||||||
7
website/views/search-view.php
Normal file
7
website/views/search-view.php
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
<?php
|
||||||
|
/**
|
||||||
|
* Created by PhpStorm.
|
||||||
|
* User: polo
|
||||||
|
* Date: 12-1-17
|
||||||
|
* Time: 11:05
|
||||||
|
*/
|
||||||
Reference in New Issue
Block a user