diff --git a/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp b/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp new file mode 100644 index 000000000..f0114fd38 Binary files /dev/null and b/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp differ diff --git a/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png b/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png new file mode 100644 index 000000000..5d5cdcc6b Binary files /dev/null and b/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png differ diff --git a/Wireframe/hq720.jpg b/Wireframe/hq720.jpg new file mode 100644 index 000000000..08b9a4ca3 Binary files /dev/null and b/Wireframe/hq720.jpg differ diff --git a/Wireframe/index.html b/Wireframe/index.html index 0e014e535..cfa0d2252 100644 --- a/Wireframe/index.html +++ b/Wireframe/index.html @@ -1,33 +1,62 @@ - - - - Wireframe - - - -
-

Wireframe

+ + + + + Wireframe + + + + +
+

Wireframe

+

+ This page explains the fundamental concepts of git branches,readme files and wireframe. +

+
+
+
+ +

Wireframe

- This is the default, provided code and no changes have been made yet. + Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team + members to make a decisions about the product.

-
-
-
- -

Title

-

- Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam, - voluptates. Quisquam, voluptates. -

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

Readme File

+

+ Readme file provides important information about the project such as its purpose ,setup instruction,feature and + usage. +

+ Read more +
+ + + + + + + \ No newline at end of file diff --git a/Wireframe/style.css b/Wireframe/style.css index be835b6c7..903a184f7 100644 --- a/Wireframe/style.css +++ b/Wireframe/style.css @@ -30,11 +30,15 @@ body { background: var(--paper); color: var(--ink); font: var(--font); + margin: 0px; } a { padding: var(--space); border: var(--line); max-width: fit-content; + background-color: rgb(242, 238, 238); + color: black; + border-radius: 2px; } img, svg { @@ -45,15 +49,37 @@ svg { Setting the overall rules for page regions https://www.w3.org/WAI/tutorials/page-structure/regions/ */ + + +/* This is a header */ +.header{ + text-align: center; + + width: 1240px; + margin-left: 109px; + margin-bottom: -16px; + padding: 20px; + } + + + + main { max-width: var(--container); margin: 0 auto calc(var(--space) * 4) auto; } footer { + position: fixed; - bottom: 0; + bottom: 0px; text-align: center; + margin-right: 20px; + border-top: 2px solid; + width: 1515px; +margin-top: 200px; } + + /* ====== Articles Grid Layout ==== Setting the rules for how articles are placed in the main element. Inspect this in Devtools and click the "grid" button in the Elements view @@ -68,6 +94,7 @@ main { > *:first-child { grid-column: span 2; } + margin-bottom: 80px; } /* ====== Article Layout ====== Setting the rules for how elements are placed in the article. @@ -76,7 +103,7 @@ Keeping things orderly and separate is the key to good, simple CSS. */ article { border: var(--line); - padding-bottom: var(--space); + padding-bottom: 20px; text-align: left; display: grid; grid-template-columns: var(--space) 1fr var(--space); @@ -87,3 +114,7 @@ article { grid-column: span 3; } } + +h2{ +margin-bottom: 0px; +}