|
26 | 26 |
|
27 | 27 |
|
28 | 28 | .w3-tag {
|
29 |
| - height: 156x; |
| 29 | + height: 156px;<<!--Rabia Noor correct this x to px--> |
30 | 30 | width: 15px;
|
31 | 31 | padding: 0;
|
32 | 32 | margin-top: 6px;
|
|
38 | 38 |
|
39 | 39 | <body>
|
40 | 40 |
|
41 |
| - <!-- Content --> |
| 41 | + <!-- Content --> |
42 | 42 | <div class="w3-content" style="max-width:1920px;margin-top:40px;margin-bottom:40px">
|
43 |
| - |
| 43 | + <!-- Main content section --> |
44 | 44 | <div class="w3-panel">
|
45 | 45 | <h1><b>GIT TUTORIAL GUESTBOOK</b></h1>
|
46 |
| - <h2><b>GIT TUTORIAL GUESTBOOK</b></h2> |
| 46 | + |
47 | 47 | </div>
|
48 | 48 |
|
49 | 49 | <!-- Slideshow -->
|
50 | 50 | <div class="w3-container">
|
51 | 51 | <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" |
53 | 53 | style="width:100%">
|
54 | 54 | <div class="w3-display-topleft w3-container w3-padding-32">
|
55 | 55 | <span class="w3-white w3-padding-large w3-animate-bottom">Share your message with the
|
@@ -116,11 +116,12 @@ <h3>Dear w3schools,</h3>
|
116 | 116 | <div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">
|
117 | 117 | <h3>Dear w3schools,</h3>
|
118 | 118 | <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 --> |
120 | 120 | </div>
|
121 | 121 | </div>
|
122 | 122 |
|
123 |
| - <p>Thanks! testing Fork!</p> |
| 123 | + <p>Thanks! testing Fork !</p> |
| 124 | + |
124 | 125 |
|
125 | 126 | <!-- Message from Mbarek -->
|
126 | 127 | <div class="w3-container w3-padding">
|
@@ -3343,7 +3344,7 @@ <h2>Who am I and who could I be</h2>
|
3343 | 3344 | <!-- ANON -->
|
3344 | 3345 | <div>
|
3345 | 3346 | <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--> |
3347 | 3348 | </div>
|
3348 | 3349 |
|
3349 | 3350 | <!-- start my message -->
|
|
0 commit comments