Skip to content

Commit e3dcc7b

Browse files
Merge pull request #3944 from gabriel-1607/master
Added comment
2 parents 4880976 + 5b55c9f commit e3dcc7b

File tree

1 file changed

+18
-1
lines changed

1 file changed

+18
-1
lines changed

index.html

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,24 @@ <h1 style="font-size: 2.5em; margin-bottom: 20px;">Thank You, W3Schools!</h1>
114114
</div>
115115
</div>
116116

117-
117+
<!-- Message from Gabriel (GitHub username: gabriel-1607) -->
118+
<div style="display: flex; align-items: center; justify-content: center; height: 13rem; width: auto;">
119+
<div style="width: 30%; height: 100%; overflow-y: auto; background-color: rgb(200, 255, 200); border: 1rem solid rgb(200, 255, 200); border-radius: 1rem;">
120+
<style>
121+
.gabriel-1607-paragraph {
122+
text-align: center;
123+
font-size: 1rem;
124+
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
125+
}
126+
</style>
127+
<p class="gabriel-1607-paragraph" style="text-align: left; padding-left: 1rem;">Dear W3Schools,</p>
128+
<p class="gabriel-1607-paragraph"> An amazing tutorial and so with all other tutorials!</p>
129+
<p class="gabriel-1607-paragraph">Thank you from Ecuador,</p>
130+
<p class="gabriel-1607-paragraph" style="text-align: right; padding-right: 1rem;">- Gabriel Ambrosini</p>
131+
</div>
132+
</div>
133+
<!-- End of message from Gabriel-->
134+
118135
<!-- Message from Skybagel -->
119136
<div class="w3-container w3-padding">
120137
<div class="w3-panel w3-pale-blue w3-leftbar w3-border-blue">

0 commit comments

Comments
 (0)