From 21688991c62dd0720c31e6e4e16b1bb8014b05ec Mon Sep 17 00:00:00 2001 From: Mohsen-tech12 <161129736+Mohsen-tech12@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:40:11 +0000 Subject: [PATCH 1/2] ModifiedWireframe --- Wireframe/index.html | 54 +++++++++++++++++++++++++++++++++----------- 1 file changed, 41 insertions(+), 13 deletions(-) diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..6fedd5576 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,26 +8,54 @@
-

Wireframe

+

README, Wireframe, and branch

- This is the default, provided code and no changes have been made yet. + This page is going to talk about README, Wireframe, and branch in Git.

-
- -

Title

+
+ Top +

README

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + Picture above shows an example of README file in GitHub. README files tell people a summary of your project and what is your project about and how they can use your project. a good README + file will help people to understand your repo better.

- Read more -
+ Read more +
+ +
+ Left +

Wireframe

+

+ A wireframe is used to plan the structure of a website before designing it. It clarifies layout and structure. + +

+ Read more +
+ +
+ Right +

Branch

+

+ Branches are useful when the user wants to change parts of the code without affecting the main codebase. +

+ Read more +
+
+ + + + + + + + Wireframe + + + + \ No newline at end of file From f3bf32b549a8b2f4f544f4bacc948d45318d03ba Mon Sep 17 00:00:00 2001 From: Mohsen-tech12 <161129736+Mohsen-tech12@users.noreply.github.com> Date: Fri, 30 Jan 2026 15:59:03 +0000 Subject: [PATCH 2/2] FontColourChanged --- Wireframe/style.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..ce43f9b22 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -18,7 +18,7 @@ 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, blue 60%, red); --font: 100%/1.5 system-ui; --space: clamp(6px, 6px + 2vw, 15px); --line: 1px solid; @@ -53,6 +53,7 @@ footer { position: fixed; bottom: 0; text-align: center; + width: 100; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element.