diff --git a/css/.home.css.swp b/css/.home.css.swp index 95fd0af..6e4df7a 100644 Binary files a/css/.home.css.swp and b/css/.home.css.swp differ diff --git a/css/home.css b/css/home.css index ad92abd..a08fe03 100644 --- a/css/home.css +++ b/css/home.css @@ -37,20 +37,34 @@ html .nav_left_holder > button { font-family: 'ipixel'; + font-size: 25px; min-width: 100px; + height: 100%; +} + +.search_holder{ + border: solid 2px; + + display:flex; + flex-grow:3; + height:100%; + font-size:25px; } .search_field { - font-family: 'ipixel', sans-serif; + font-size: 25px; min-width: 200px; - flex-grow:2; + width:100%; + height: 100%; } + + .nav_right_holder { display:flex; - gap:2px; + gap:5px; flex-grow: 3; padding-left:20px; justify-content: center; @@ -60,12 +74,22 @@ html background: none; border: 0px; justify-content: center; + gap:2px; } .nav_right_item > img { - min-height: 30px; - min-width: 30px; - max-height: 30px; - max-width: 30px; + min-height: 50px; + min-width: 50px; + max-height:50px; + max-width: 50px; +} + +.card +{ + background-image: url("../img/imgtest.png"); + background-size:100% 100%; + height: 450px; + width: 300px; + border: solid 2px; } diff --git a/html/.home.html.swp b/html/.home.html.swp index c5b35e2..9d297d1 100644 Binary files a/html/.home.html.swp and b/html/.home.html.swp differ diff --git a/html/home.html b/html/home.html index c5f0ea3..3309836 100644 --- a/html/home.html +++ b/html/home.html @@ -19,18 +19,23 @@ id="nav_left_holder" class="nav_left_holder" > - - - + + + - +