From a4fc5c5e7aa91442ab5b04ecf13e223b7c9c57a0 Mon Sep 17 00:00:00 2001 From: saziddeveloper Date: Mon, 6 May 2024 11:23:23 +0600 Subject: [PATCH] Dlete previews all --- style/style.css | 45 +-------------------------------------------- 1 file changed, 1 insertion(+), 44 deletions(-) diff --git a/style/style.css b/style/style.css index fbdea18..9c73a2c 100644 --- a/style/style.css +++ b/style/style.css @@ -2,49 +2,6 @@ Start CSS of header section -------------------------------------*/ -header { - display: flex; - margin: 50px 100px; -} -.headerSection { - width: 36.4%; - margin-left: 30px; -} -#headerSubSection1 { - margin-top: 20px; - /* width: 85%; */ -} -#headerSubSection2 { - margin-top: 20px; - margin-left: 20px; - /* width: 15%; */ -} -.headerTitle { - font-size: 60px; - font-family: yeseva one; - margin: 20px 0; -} -#headerTitle1 { - color: #333333; -} -#headerTitle2 { - color: #FFAD5A; -} -p { - font-size: 18px; - font-family: poppins; -} -header a { - text-decoration: none; - font-size: 16px; - color: #FFFFFF; - background-color: #FF5959; - padding: 10px 40px; - border-radius: 5px; -} -#personPhoto { - width: 95%; - margin-left: 150px; -} + /* End CSS of header section */ \ No newline at end of file