Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 19 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
h2,
h3,
h4 {
font-family: "Lato", sans-serif
font-family: "Lato", sans-serif;
}

.w3-tag {
height: 156x;
width: 15px;
padding: 0;
margin-top: 6px;
cursor: pointer
cursor: pointer;
}
</style>
</head>
Expand Down Expand Up @@ -243,9 +243,7 @@ <h5 style="font-style: italic; font-weight: bold; margin-top: 10px;">Gedeon <spa
word-spacing: 0.2rem;
">

<h1 style="
font-family: monospace;
">
<h1 style="font-family: monospace;">
Helloww world !! &#x1F430
</h1>

Expand Down Expand Up @@ -14428,7 +14426,7 @@ <h3>Hello from Lebron</h3>
<div style="border-radius: 5px; color: yellow; background-color: green; border: 5px solid red; width: 300px; height: 200px;">
<h2>johnGalt stays here, by order of Peaky Blinders!</h2>
</div>
<!-- End of messgae -->
<!-- End of messgae -->

<!-- message from mehdi-->
<div>
Expand All @@ -14441,7 +14439,21 @@ <h4> hello from Mehdi! thank you for your amazing content!</h4>
<h2>Hi everyone, this is Vincent from Equinim College!!!</h2>
</div>
<!-- End of message from Vincent -->


<!-- onyeka message -->
<div style="
background-color: rgb(229, 234, 240);
padding: 18px;
border-radius: calc(18px / 2);
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
font-size: 1.5rem;
">
<blockquote>
<p>Be yourself; everyone else is already taken.</p>
</blockquote>
<p>- Oscar Wilde, <cite>Good Reads</cite></p>
</div>
<!-- end onyeka message -->
<!-- End user messages -->

</div>
Expand Down