diff --git a/index.html b/index.html index d7c3c13f..cfb767aa 100644 --- a/index.html +++ b/index.html @@ -48,24 +48,18 @@ - - - - - + + RapiDoc - - + Home About - News Services Patient Portal Doctors - Contact - News + Contact Feedback @@ -82,6 +76,7 @@ RapiDoc + diff --git a/style.css b/style.css index 40827081..b2e7daea 100644 --- a/style.css +++ b/style.css @@ -70,6 +70,12 @@ h1, h2, h3, h4, h5, h6 { } /*################----Header----################*/ + +.container{ + display: flex; + align-items: center; + justify-content: space-around; +} #header { background: #022a2d; transition: all 0.5s; @@ -79,23 +85,6 @@ h1, h2, h3, h4, h5, h6 { box-shadow: 0px 2px 15px rgba(25, 119, 204, 0.1); } -.container-head{ - display: grid; - align-items: center; - grid-template-columns: 1fr 2fr 13fr 3fr; - margin-top: 0px; -} - -.container-head > div{ - text-align: center; - font-size: 15px; -} - -img{ - max-width: 130%; - max-height: 130%; -} - #header.header-scrolled { top: 0; } @@ -386,7 +375,6 @@ section { background: #3fbcc0a4; } #home video{ - margin-top: -70px; margin-left: 50PX; height: 900px; position: absolute;