From 1fff24e576b0b6969456a22c2d42a18651879b1d Mon Sep 17 00:00:00 2001 From: Naol19 Date: Wed, 24 Apr 2024 12:34:47 +0300 Subject: [PATCH 1/2] Day one Html and Css lab workout --- css/index.css | 50 +++++++++++++++++++++++++++++++++++- index.html | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++- 2 files changed, 118 insertions(+), 2 deletions(-) diff --git a/css/index.css b/css/index.css index 4907558..c754069 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,51 @@ -.test { +html, +body { background-color: aliceblue; + margin: 0% 0.001% 0% 0.001%; +} + +.headline-container { + font-family: "Inter", sans-serif; + font-weight: 400; + font-size: 40px; + line-height: 130%; + text-align: center; + color: #172b4d; +} + +.headline-container-pos { + color: #34e23c; +} + +.headline-container-paragraph { + font-family: "Inter", sans-serif; + font-weight: 400; + font-size: 20px; + line-height: 140%; + text-align: center; + color: #172b4d; +} + +.headline-container-socialmedia { + text-align: center; + justify-content: space-around; +} + +.flex-container { + display: flex; + flex-direction: column; +} + +.main{ + width: 351px; + height: 184px; + border-radius: 8px; +} + +.main-list { + font-family: "Inter", sans-serif; + font-weight: 600; + font-size: 32px; + line-height: 137%; + color: #3a4a42; } diff --git a/index.html b/index.html index d01f779..df62b3e 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,79 @@ + + Document + - +
+
+ +
+
+
+
+

Benawi Alemayew

+

I am a software Engineer

+
+
+

I can help you build a product , feature or website Look through + some of my work and experience! If you + like what you see and have a project you need coded, don’t hesitate to contact me.

+
+ +
+ + \ No newline at end of file From 5fbd5088adff5496bb92619f2ee932e57fded773 Mon Sep 17 00:00:00 2001 From: Naol19 Date: Fri, 10 May 2024 17:47:10 +0300 Subject: [PATCH 2/2] modified index.css file --- .vscode/settings.json | 3 +++ css/Enabled.svg | 3 --- css/image/Enabled.svg | 17 +++++++++++++++++ css/index.css | 2 +- 4 files changed, 21 insertions(+), 4 deletions(-) create mode 100644 .vscode/settings.json delete mode 100644 css/Enabled.svg create mode 100644 css/image/Enabled.svg diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..6f3a291 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,3 @@ +{ + "liveServer.settings.port": 5501 +} \ No newline at end of file diff --git a/css/Enabled.svg b/css/Enabled.svg deleted file mode 100644 index 75c15d5..0000000 --- a/css/Enabled.svg +++ /dev/null @@ -1,3 +0,0 @@ - - - diff --git a/css/image/Enabled.svg b/css/image/Enabled.svg new file mode 100644 index 0000000..6bef43e --- /dev/null +++ b/css/image/Enabled.svg @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + diff --git a/css/index.css b/css/index.css index c754069..8cf7d12 100644 --- a/css/index.css +++ b/css/index.css @@ -36,7 +36,7 @@ body { flex-direction: column; } -.main{ +.main { width: 351px; height: 184px; border-radius: 8px;