Skip to content

Commit d79befd

Browse files
committed
What is branch in Git? updated
1 parent aaa453c commit d79befd

2 files changed

Lines changed: 7 additions & 4 deletions

File tree

Wireframe/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,15 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>Wireframe</title>
7+
<meta name="description" content="A project practising wireframes and Git commits.">
78
<link rel="stylesheet" href="style.css" />
89
</head>
910
<body>
1011
<header>
1112
<h1 class="center">Wireframe & Git Commits</h1>
1213
<p class="center">Practicing commits in Git</p>
1314
</header>
14-
<div class="container">
15+
<main class="container">
1516
<article>
1617
<img
1718
src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg"
@@ -24,9 +25,9 @@ <h2>README File</h2>
2425
</p>
2526
<a href="">Read more</a>
2627
</article>
27-
</div>
28+
</main>
2829

29-
<div class="article-row">
30+
<main class="article-row">
3031
<article>
3132
<img
3233
src="https://img.freepik.com/premium-vector/wireframe-icon_933463-14328.jpg"
@@ -52,7 +53,7 @@ <h2>What is a branch in Git?</h2>
5253
</p>
5354
<a href="">Read more</a>
5455
</article>
55-
</div>
56+
</main>
5657

5758
<footer>
5859
<p>Designed with love by Monsur Abdulrahman 2026</p>

Wireframe/style.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ main {
5151
margin: 0 auto calc(var(--space) * 4) auto;
5252
}
5353
footer {
54+
position: fixed;
5455
bottom: 0;
56+
width: 100%;
5557
text-align: center;
5658
}
5759
/* ====== Articles Grid Layout ====

0 commit comments

Comments
 (0)