diff --git a/.vs/ProjectSettings.json b/.vs/ProjectSettings.json new file mode 100644 index 0000000..f8b4888 --- /dev/null +++ b/.vs/ProjectSettings.json @@ -0,0 +1,3 @@ +{ + "CurrentProjectSetting": null +} \ No newline at end of file diff --git a/.vs/VSWorkspaceState.json b/.vs/VSWorkspaceState.json new file mode 100644 index 0000000..6b61141 --- /dev/null +++ b/.vs/VSWorkspaceState.json @@ -0,0 +1,6 @@ +{ + "ExpandedNodes": [ + "" + ], + "PreviewInSolutionExplorer": false +} \ No newline at end of file diff --git a/.vs/html-css-project/FileContentIndex/2ee666bb-f6f3-41c4-8aff-74f6399c4294.vsidx b/.vs/html-css-project/FileContentIndex/2ee666bb-f6f3-41c4-8aff-74f6399c4294.vsidx new file mode 100644 index 0000000..2d359c4 Binary files /dev/null and b/.vs/html-css-project/FileContentIndex/2ee666bb-f6f3-41c4-8aff-74f6399c4294.vsidx differ diff --git a/.vs/html-css-project/v17/.wsuo b/.vs/html-css-project/v17/.wsuo new file mode 100644 index 0000000..c903af4 Binary files /dev/null and b/.vs/html-css-project/v17/.wsuo differ diff --git a/.vs/html-css-project/v17/DocumentLayout.json b/.vs/html-css-project/v17/DocumentLayout.json new file mode 100644 index 0000000..0775acb --- /dev/null +++ b/.vs/html-css-project/v17/DocumentLayout.json @@ -0,0 +1,12 @@ +{ + "Version": 1, + "WorkspaceRootPath": "C:\\Users\\HP\\Desktop\\fork\\html-css-project\\", + "Documents": [], + "DocumentGroupContainers": [ + { + "Orientation": 0, + "VerticalTabListWidth": 256, + "DocumentGroups": [] + } + ] +} \ No newline at end of file diff --git a/.vs/slnx.sqlite b/.vs/slnx.sqlite new file mode 100644 index 0000000..01bdc2f Binary files /dev/null and b/.vs/slnx.sqlite differ diff --git a/css/index.css b/css/index.css index 4907558..61878c3 100644 --- a/css/index.css +++ b/css/index.css @@ -1,3 +1,18 @@ -.test { +html, +body { background-color: aliceblue; } + +.headline-container { + font-family: "Inter", sans-serif; + font-weight: 700; + font-size: 40px; + line-height: 130%; + text-align: center; + color: rgb(99, 114, 11); +} + +.headline-container-pos { + color: rgba(51, 119, 71, 0.933); + +} \ No newline at end of file diff --git a/css/index1.css b/css/index1.css new file mode 100644 index 0000000..43cf94e --- /dev/null +++ b/css/index1.css @@ -0,0 +1,44 @@ +html, +body { + background-color: aliceblue; + margin: 0% 20% 0% 20%; +} + +.headline-container { + font-family: "Inter", sans-serif; + font-weight: 400; + font-size: 40px; + line-height: 130%; + text-align: center; + color: rgb(12, 10, 41); +} + +.headline-container-pos { + color: rgba(51, 119, 71, 0.933); + +} + +.headline-container-paragraph { + + font-family: "Inter", sans-serif; + font-weight: 300; + font-size: 20; + line-height: 140%; + text-align: center; + color: black; +} + +.menu { + width: 351px; + height: 184px; + border-radius: 8px; +} + +.menu-list { + font-family: "Inter", sans-serif; + font-weight: 600; + font-size: 32px; + line-height: 137%; + text-align: center; + color: #3a4a42; +} \ No newline at end of file diff --git a/img/Icon - Cancel.png b/img/Icon - Cancel.png new file mode 100644 index 0000000..00e9819 Binary files /dev/null and b/img/Icon - Cancel.png differ diff --git a/index.html b/index.html index d01f779..c0ada90 100644 --- a/index.html +++ b/index.html @@ -1,11 +1,56 @@ + - Document + Modified Document + + - - - + +
+ +
+
+

Hey there I am tsionawit

+

I am software enginner

+ +
+
+

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