From 54993735222e3d1e22beb4271ab0a3185e86dc14 Mon Sep 17 00:00:00 2001 From: sairaj mote Date: Sat, 8 Aug 2020 18:08:30 +0530 Subject: [PATCH] checking fixed header issue --- index.html | 32 ++++---------------------------- 1 file changed, 4 insertions(+), 28 deletions(-) diff --git a/index.html b/index.html index fa77140..ba20e0d 100644 --- a/index.html +++ b/index.html @@ -46,6 +46,10 @@ margin-left: 4rem; } + #homepage{ + display: grid; + } + .head { display: flex; flex-direction: column; @@ -72,17 +76,6 @@ background: #2f2f2f; } - .weatherforcastbox { - position: relative; - width: 12%; - left: 10px; - border: 3px double #2f2f2f; - padding: 10px 15px 10px 15px; - line-height: 20px; - display: inline-block; - margin: 0 50px 20px -360px; - } - .columns { padding-top: 2rem; display: grid; @@ -284,11 +277,6 @@ /*________________________________________________________________________________________________________________________________*/ /*MEDIAQUERIES*/ - @media all and (max-width: 1280px) { - .weatherforcastbox { - display: none; - } - } @media all and (max-width: 640px) { header { @@ -308,14 +296,6 @@ } } - -