Initial search page and added class platform
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user