Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
outbox_alt
Generative AI
arrow_outward
frame_source
Python Playground
New
arrow_outward
build
Tools
expand_more
restart_alt
Load "Hello Weaver!"
post_add
Generate Lorem ipsum...
code
Format HTML
code_blocks
Format CSS
data_object
Format JavaScript
library_add
Library
expand_more
A
Algolia JS
Animate CSS
Apex Charts JS
B
Bulma CSS
Bootstrap
C
Chart JS
Chartist
Create JS
D
D3
Dojo
F
Foundation
Fullpage JS
G
Granim JS
Google Charts
H
Halfmoon
J
jQuery
M
Materialize
Moment JS
Masonry JS
Milligram CSS
P
Pure CSS
Primer CSS
Popper JS
Pattern CSS
Picnic CSS
R
React JS
Raphael JS
Raisin CSS
S
Semantic UI
Skeleton CSS
Spectre CSS
Tachyons CSS
T
Tailwind
Three JS
U
UI Kit
Vis JS
W
Water CSS
download
Download
expand_more
developer_mode
Download as HTML
folder_zip
Download as .ZIP
cloud_upload
Save
account_circle
Login
settings
Settings
expand_more
14
px
Live mode
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
<!DOCTYPE html> <html> <head> <title>Hi from Amina</title> </head> <body> <h1 class="Paragraph">🙋 Hi! My name is <strong>Amina.</strong></h1> <p class="Paragraph">I am a <strong>senior year</strong> Design🎨 major student in <strong>School of Visual Arts, NYCðŸŽ.</strong></p> <p class="Paragraph"> I was born in <strong>Cincinnati, Ohio.</strong> But raised in <strong>Beijing, China</strong> and <strong>Los Angeles, California.</strong> <img src="https://i.imgur.com/a0mnTXf.jpg" height="650"/> <p class="Paragraph">After I come to NY, I get a lot of comments of my name from <strong>Uber drivers</strong> 🚕. They thought either I'm <strong>a muslim </strong> or probably from the <strong>middle-eastern countries</strong>, but was surprised when they picked me up and saw I'm <strong>Asian</strong>🤷.</p> <p class="Paragraph">The question that has been asked the most was <strong>"Do you know what 'Amina' means?"</strong></p> <p class="Paragraph">I'm like <strong>"🤦â€YES..."</strong></p> <p class="Paragraph"> ANYWAYS, it meants <strong>honest, loyal, trustworthy and faithful in Arabic.</strong> So yeah...Its giving me a headache that I have to answer the same question over and over again💀. </p> <p class="Paragraph"> Besides that, I used to play <strong>tennis</strong>🎾, and <strong>piano</strong>🎹 when I was young (but know I barely remember how to play both 😂)</p> <p class="Paragraph">I used to play <strong>🕹ï¸A LOT OF GAMES🎮</strong> on consoles and PC. I would spend <strong>6+ hours</strong> a day just playing games👾.</p> <p class="Paragraph">But now I guess I'm getting old haha I love watching <a href="https://www.youtube.com/"><strong>YouTube📹</strong></a> and <a href="https://www.netflix.com/"><strong>Netflix📀.</strong></a> </p> <p class="Paragraph">I also like to go on <a href="https://hypebeast.com/"><strong>Hypebeast.</strong></a> Some people might called me a <strong>hypebeast🔥</strong>. </p> <p class="Paragraph">Well, that's pretty much it. Oh and I'm <strong>very friendly</strong> so please feel free to talk to me and let's be friends🤠</p> <p class="Heading"> Hope let's all have fun this year and GOOD LUCK GUYS!✌ï¸</p> <a href="https://www.youtube.com/watch?v=G0TVcFeEi98"> <img src="https://media1.tenor.com/images/505ddb5e0b0e8c3e96b66e1469ef47c1/tenor.gif?itemid=4903969" height="380" alt="goodluck guys"/></a> <!-- End your code here --> </body> </html>
.lw { font-size: 60px; } .Heading { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;font-weight: bold;font-size: 45px;} .Paragraph{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-style: normal;font-weight: lighter;font-size: 30px;}
// Write JavaScript here