diff --git a/index.html b/index.html index 6a81760..29d639a 100644 --- a/index.html +++ b/index.html @@ -9,6 +9,20 @@
+
+
+
+
+ + + + +
+
+
+
diff --git a/main.css b/main.css index e69de29..295ab02 100644 --- a/main.css +++ b/main.css @@ -0,0 +1,31 @@ +.center { + margin: 0; + position: absolute; + top: 50%; + left: 50%; + margin-right: -50%; + transform: translate(-50%, -50%); +} +div.main-bg { + height: 100%; + width: 100%; + margin: 0; + padding: 0; +} +.stylish-input-group .input-group-addon{ + background: white !important; +} +.stylish-input-group .form-control{ + border-right:0; + box-shadow:0 0 0; + border-color:#ccc; +} +.stylish-input-group button{ + border:0; + background:transparent; +} + +#search-cont { + height:200px; + width:600px; +}