Skip to content

Commit b40e447

Browse files
Updated the position title,sub-title and footer
1 parent b2712c2 commit b40e447

2 files changed

Lines changed: 14 additions & 18 deletions

File tree

Wireframe/index.html

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,39 +12,35 @@
1212
<header class="header">
1313
<h1>Wireframe</h1>
1414
<p>
15-
This page explains the fundamental concepts of git branches,readme files and wireframe.
15+
This page explains the fundamental concepts of Git branches, README files, and wireframes.
1616
</p>
1717
</header>
1818
<main>
1919
<article>
20-
<img
21-
src="/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png"
22-
alt="">
20+
<img src="/Wireframe/Featured_Image_Wireframes_Save_Time_Money.png" alt="Website wireframe layout showing structure of a webpage">
2321
<h2>Wireframe</h2>
2422
<p>
25-
Wireframe is the skeleton of a web page. It represents visual layout which helps developer and other team
26-
members to make a decisions about the product.
23+
Wireframe is the skeleton of a web page. It represents a visual layout which helps developers and other team
24+
members to make decisions about the product.
2725
</p>
2826
<a href="https://www.figma.com/resource-library/what-is-wireframing/">Read more</a>
2927
</article>
3028

3129
<article>
32-
<img src="/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp" alt="">
30+
<img src="/Wireframe/1_mtsk3fQ_BRemFidhkel3dA.webp" alt="Git branching diagram showing main and feature branches">
3331
<h2>Branch in Git </h2>
3432
<p>
35-
Branch in git is a separate version of main branch used to develop ,edit and test changes before merging into
33+
Branch in Git is a separate version of main branch used to develop, edit, and test changes before merging into
3634
the main branch
3735
</p>
3836
<a href="https://www.w3schools.com/git/git_branch.asp">Read more</a>
3937
</article>
4038

4139
<article>
42-
<img
43-
src="/Wireframe/hq720.jpg"
44-
alt="">
40+
<img src="/Wireframe/hq720.jpg" alt="Example of a README file explaining a software project">
4541
<h2>Readme File </h2>
4642
<p>
47-
Readme file provides important information about the project such as its purpose ,setup instruction,feature and
43+
README file provides important information about the project, such as its purpose, setup instructions, features, and
4844
usage.
4945
</p>
5046
<a href="https://www.geeksforgeeks.org/git/what-is-readme-md-file/">Read more</a>

Wireframe/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,8 @@ https://www.w3.org/WAI/tutorials/page-structure/regions/
5555
.header{
5656
text-align: center;
5757

58-
width: 1240px;
59-
margin-left: 109px;
60-
margin-bottom: -16px;
58+
max-width: var(--container);
59+
margin: 0 auto;
6160
padding: 20px;
6261
}
6362

@@ -71,12 +70,13 @@ main {
7170
footer {
7271

7372
position: fixed;
74-
bottom: 0px;
73+
bottom: 0;
74+
left: 0;
7575
text-align: center;
7676
margin-right: 20px;
7777
border-top: 2px solid;
78-
width: 1515px;
79-
margin-top: 200px;
78+
width: 100%;
79+
background: var(--paper);
8080
}
8181

8282

0 commit comments

Comments
 (0)