diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..efb67437a 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -8,25 +8,43 @@
-

Wireframe

+

Wireframe and more

- This is the default, provided code and no changes have been made yet. + This short article talks about wireframe, Git branch and ReadMe

- -

Title

+ placeholder.svg +

Wireframe

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. + A wireframe is a basic, two-dimensional visual representation of a web page, app interface, or product layout. You can think of it as a low-fidelity, functional sketch. + Wireframes typically depict only functionality, not the true style and visual elements of the final product.

- Read more + Wireframe +
+ +
+ placeholder.svg +

Git Branch

+

+ A git branch is like a separate work space that allows developers to make changes without affecting the main repository. +

+ Git Branch +
+ +
+ placeholder.svg +

ReadMe file

+

+ Developers use readme files to explain their projects to others. It communicates important information about your project. +

+ ReadMe File
diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..c5950525f 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -53,6 +53,9 @@ footer { position: fixed; bottom: 0; text-align: center; + width: 100%; + background-color: #0F172A; + color: #F8FAFC; } /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element. diff --git a/Wireframe/wireframePicture.avif b/Wireframe/wireframePicture.avif new file mode 100644 index 000000000..07360f81f Binary files /dev/null and b/Wireframe/wireframePicture.avif differ