
worry about my connection
+ anymore!
diff --git a/css/style.css b/css/style.css index 5cb025cef..5157061bf 100755 --- a/css/style.css +++ b/css/style.css @@ -1,11 +1,167 @@ - - /* We are using the 'Roboto' font from Google. This has already been added to your HTML header */ +/* We are using the 'Roboto' font from Google. This has already been added to your HTML header */ body { - font-family: 'Roboto', sans-serif; - -webkit-font-smoothing: antialiased; + font-family: "Roboto", sans-serif; + -webkit-font-smoothing: antialiased; +} +/*Header*/ + +.logo { + display: flex; + align-items: center; /* Center the logo vertically within the header */ +} + +.karam-logo { + width: 30px; + height: 30px; /* Set height to maintain aspect ratio */ + margin-right: 620px; /* Add spacing between logo and nav items */ +} + +.nav { + display: flex; + justify-content: flex-end; /* Align items to the left */ + margin-left: 2em; /* Add left margin for spacing */ +} + +.nav-item { + list-style-type: none; + margin-right: 1em; +} + +.nav-link { + text-decoration: none; + color: black; + margin-right: 1em; +} + +.nav-link:hover { + color: orangered; +} + +.nav li { + text-decoration: none; + gap: 1px; + float: left; +} +.nav ul { + list-style-type: none; + margin-left: 1em; +} + +/*hero*/ +.hero { + padding: 200px; + background-size: cover; + background-image: url("/img/first-background.jpg"); +} +.hero h1 { + margin-left: 340px; + color: white; +} +.hero p { + margin-left: 280px; + font-size: 20px; + margin-top: 0px; + color: white; +} + +.hero-button { + padding: 0.4em 1em; + border-style: none; + border-radius: 2px; + background-color: orangered; + color: white; + margin-left: 400px; } +/*icon*/ +.section { + margin-top: 80px; +} +.section-p { + font-size: 38px; + text-align: center; +} +.icon-imag { + margin-left: 3em; + width: 100px; +} +.icon-discribtion { + font-size: 20px; +} +.section-icon { + display: flex; + padding-left: 7em; +} +.section-icon div { + padding-left: 7em; + padding-bottom: 3em; +} +.homepage-img { + max-width: 100%; + max-height: 100%; +} +.article { + display: flex; + align-items: center; + background-color: rgb(245, 220, 224); +} +.article-p { +} + +.article-quote { + font-size: 30px; + font-style: italic; + padding-left: 2.5em; + color: rgb(31, 31, 31); + text-align: center; +} +.article-button { + margin-left: 12em; + background-color: orangered; + color: white; + padding: 15px; + border: none; +} +.article-button:hover { + background-color: white; + color: orangered; +} +/*footer*/ +.social-media-icon { + border: 1px solid rgb(118, 118, 118); + padding: 5px; + width: 30px; + border-radius: 25px; + margin-left: 7px; + cursor: pointer; +} +/*footer*/ +.social-media-icon { + border: 1px solid rgb(118, 118, 118); + padding: 5px; + width: 30px; + border-radius: 25px; + margin-left: 7px; + cursor: pointer; +} +/*footer*/ +.social-media-icon { + border: 1px solid rgb(185, 179, 179); + padding: 5px; + width: 30px; + border-radius: 25px; + margin-left: 7px; + cursor: pointer; +} + +footer h3 { + text-align: center; +} +footer p { + color: rgb(178, 177, 177); + text-align: center; +} /** * Add your custom styles below * @@ -15,5 +171,3 @@ body { * * - When using Flexbox, remember the items you want to move around need to be inside a parent container set to 'display: flex' */ - - diff --git a/index.html b/index.html index 3e742ef04..ce93e6798 100755 --- a/index.html +++ b/index.html @@ -1,19 +1,127 @@ +
- +Take WiFi with you, wherever you go.
+ +Everybody needs a bit of Karma.
+ +
worry about my connection
+ anymore!