diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..ba043406f 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -6,28 +6,39 @@ Wireframe +
-

Wireframe

-

- This is the default, provided code and no changes have been made yet. -

+

Wireframe Task

- -

Title

+ Readme +

README file

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + ReadME file is a plain text document that is used as a user manual or official document for a project. This file is useful because it helps communicate important information to those using or collaborating the project.

- Read more + Read more +
+
+ Wireframe +

Wireframe

+

+ A wireframe is a minimal skeletal blueprint of a website or app interface. It is important in order to plan a project in advance. +

+ Read more +
+
+ GitBranch +

Git Branch

+

+ In Git a branch is a identical copy of a projects code which is then used to make changes on without having any affect on the main original project. +

+ Read more
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..d086f59e7 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -18,9 +18,9 @@ As well as useful links to learn more */ ====== Design Palette ====== */ :root { --paper: oklch(7 0 0); - --ink: color-mix(in oklab, var(--color) 5%, black); + --ink: color-mix(in oklab, var(--color) 5%, rgb(19, 19, 31)); --font: 100%/1.5 system-ui; - --space: clamp(6px, 6px + 2vw, 15px); + --space: clamp(6px, 6px + vw, 15px); --line: 1px solid; --container: 1280px; }