Added a message.

This commit is contained in:
deepjyoti30
2020-05-12 20:56:41 +05:30
parent 54beafc030
commit c18b2321f2
4 changed files with 54 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ body {
.main {
width: 100%;
text-align: center; }
.main #message {
padding-bottom: 25px; }
.main #search-bar {
width: 50%;
margin: 0 auto;
@@ -42,7 +44,6 @@ body {
background: #2e2e2e;
padding: 20px 15px;
border-radius: 6px;
text-align: center;
min-height: 150px; }
.main #other-content .sqr:hover {
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);