+
worry about my connection
+ anymore!
From 6ab3dbe068310a13a1bc98041468884f7f7b90f5 Mon Sep 17 00:00:00 2001 From: nohetekelmariyam <127329572+nohetekelmariyam@users.noreply.github.com> Date: Tue, 26 Sep 2023 23:10:25 +0100 Subject: [PATCH 1/5] module project --- .vscode/settings.json | 3 ++ css/style.css | 85 +++++++++++++++++++++++++++++++++++++++++++ index.html | 67 ++++++++++++++++++++++++++++++++++ 3 files changed, 155 insertions(+) create mode 100644 .vscode/settings.json diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..6f3a2913e --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/style.css b/css/style.css index 5cb025cef..706abd8f9 100755 --- a/css/style.css +++ b/css/style.css @@ -4,8 +4,93 @@ body { font-family: 'Roboto', sans-serif; -webkit-font-smoothing: antialiased; + +} + /*Header*/ + + .karam-logo{ + width: 30px; + margin-left: 4em; +} +.nav{display: flex; + float: right; + margin-right: 3em;} + +.nav-link {text-decoration: none; + color: black; + padding-left: 2em;} + +.nav-item{ + display: inline; + list-style-type: none; + } +.nav-link:hover{color: orangered;} + /*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; + border-bottom: 1px solid rgb(184, 180, 180); + } + /*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 * diff --git a/index.html b/index.html index 3e742ef04..871990c88 100755 --- a/index.html +++ b/index.html @@ -10,7 +10,74 @@
+Bring WiFi with you, everywhere you go.
+ + +Everyone needs a little Karma.
+ + +Pay as You Go
+ +
+
worry about my connection
+ anymore!