update text
This commit is contained in:
parent
d70bd52dd9
commit
7d8c119308
1 changed files with 7 additions and 3 deletions
10
index.html
10
index.html
|
@ -23,10 +23,14 @@
|
|||
|
||||
body {
|
||||
text-align: center;
|
||||
color: white;
|
||||
color: lightgray;
|
||||
background: #090524;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
p {
|
||||
text-align: justify; text-indent: 3em; color: lightgray;
|
||||
}
|
||||
|
||||
ul {
|
||||
border: 1px solid lightgray;
|
||||
|
@ -44,7 +48,7 @@
|
|||
}
|
||||
|
||||
.pink {
|
||||
color: pink;
|
||||
color: hotpink;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
@ -84,7 +88,7 @@
|
|||
<li><a href="https://www.minecraft.net/en-us">@javagreaterthancpp</a></li>
|
||||
</ul>
|
||||
|
||||
<div style="width: 422px; margin: auto; text-align: justify; text-indent: 3em; color: lightgray;">
|
||||
<div style="width: 422px; margin: auto;">
|
||||
<p>
|
||||
Welcome to the wondrous world of <span class="pink">awesome</span>! Prepare yourself for an exhilarating journey through a virtual wonderland filled with boundless fun, thrilling adventures, and endless laughter. At <span class="pink">awesome</span>, we believe in embracing the extraordinary, celebrating the wacky, and tickling your funny bone till it begs for mercy. So fasten your seatbelts, hold onto your socks (because they're about to be knocked off), and get ready to dive headfirst into a whirlwind of pure <span class="pink">awesome</span>ness!
|
||||
</p>
|
||||
|
|
Reference in a new issue