diff --git a/assests/style.css b/assests/style.css index 0c24eed..8c3ae5b 100644 --- a/assests/style.css +++ b/assests/style.css @@ -44,17 +44,41 @@ body{ .nav-item{ margin-bottom: .1rem; font-size: larger; - margin-top: .1rem; + margin-top: .7rem; } +.logo-image{ + height: 90px; + width:70px; + margin-bottom: 2rem; + + +} + .logo{ color: #fff !important; margin-right: 60rem; - margin-bottom: 5rem; + margin-bottom: 4rem; font-size: larger; - margin-top: 0rem; + margin-top: 3rem; +} +.logo-title +{ + color: #fff !important; + display:flex; + margin-left:3px; +} +.nav-item1{ + margin-top: 3rem; + font-size: 1rem; + margin-top: .9rem; + display: inline; + + + + } /* box Sections*/ .container{ @@ -222,4 +246,4 @@ body{ } .fa-linkedin-square:hover{ color : rgb(0, 119, 181); -} \ No newline at end of file +} diff --git a/img/logo.png b/img/logo.png new file mode 100644 index 0000000..2e1af73 Binary files /dev/null and b/img/logo.png differ diff --git a/index.html b/index.html index d9bebf8..7643054 100644 --- a/index.html +++ b/index.html @@ -20,10 +20,17 @@