Skip to content

Commit 9df60b4

Browse files
committed
Rabia Noor edit the index.html
1 parent d51efb9 commit 9df60b4

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626

2727

2828
.w3-tag {
29-
height: 156x;
29+
height: 156px;<<!--Rabia Noor correct this x to px-->
3030
width: 15px;
3131
padding: 0;
3232
margin-top: 6px;
@@ -38,18 +38,18 @@
3838

3939
<body>
4040

41-
<!-- Content -->
41+
<!-- Content -->
4242
<div class="w3-content" style="max-width:1920px;margin-top:40px;margin-bottom:40px">
43-
43+
<!-- Main content section -->
4444
<div class="w3-panel">
4545
<h1><b>GIT TUTORIAL GUESTBOOK</b></h1>
46-
<h2><b>GIT TUTORIAL GUESTBOOK</b></h2>
46+
4747
</div>
4848

4949
<!-- Slideshow -->
5050
<div class="w3-container">
5151
<div class="w3-display-container">
52-
<img src="img_guestbook_wall.jpg" alt="Image from Nicolas Dmítrichev via unsplash.com"
52+
<img src="img_guestbook_wall.jpg" alt="A beautiful wall with message on it"
5353
style="width:100%">
5454
<div class="w3-display-topleft w3-container w3-padding-32">
5555
<span class="w3-white w3-padding-large w3-animate-bottom">Share your message with the
@@ -116,11 +116,12 @@ <h3>Dear w3schools,</h3>
116116
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
117117
<h3>Dear w3schools,</h3>
118118
<p>Thank you for bringing my coding to the next level and for teaching me git! - Bill</p>
119-
<p class="w3-text-black w3-left"</p>
119+
<p class="w3-text-black w3-left"></p> <!-- Rabia Noor correct this line -->
120120
</div>
121121
</div>
122122

123-
<p>Thanks! testing Fork!</p>
123+
<p>Thanks! testing Fork !</p>
124+
124125

125126
<!-- Message from Mbarek -->
126127
<div class="w3-container w3-padding">
@@ -3343,7 +3344,7 @@ <h2>Who am I and who could I be</h2>
33433344
<!-- ANON -->
33443345
<div>
33453346
<h1>LET THEM KEEP GUESSING</h1>
3346-
<img src="img_guestbook_wall.jpg" alt="">
3347+
<img src="img_guestbook_wall.jpg" alt="A beautiful wall with a message on it "> <!--rabia made a change one this line-->
33473348
</div>
33483349

33493350
<!-- start my message -->

0 commit comments

Comments
 (0)