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
<div class="container py-3 p-0" style="max-width:300px;font-size:9pt;letter-spacing:.2px;"> <div class="card rounded-0 p-2" style="background:#fff;color:#000;border:1px solid #000;"> <div class="row no-gutters"> <div class="col-auto"> <!-- SIDE IMG --> <div style="background:url( IMG_URL ) no-repeat center;background-size:cover;min-height:100px;width:100px;" class="h-100"></div> </div> <div class="col pl-2"> <div class="flex-column h-100"> <!-- USERNAME/INFO --> <div style="line-height:1;"> <p class="text-uppercase" style="font-weight:500;color:#5bbe36;">user(name)</p> <span style="color:#b2df74;">00 . pro/nouns . etc</span> </div> <div class="my-1"></div> <!-- BIO --> <p class="text-justify my-auto" style="max-height:100px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#5bbe36 #b2df74;"> bio goes here! this will scroll <br> lorem ipsum dolor sit amet, consectetur adipiscing elit. duis sollicitudin elit sed tellus blandit viverra sed eget odio. </p> <div class="my-1"></div> <!-- SOCIALS/LINKS --> <!-- you can find more icons at fontawesome.com under "brands" --> <div class="justify-content-around"> <a href="URL" style="color:#b2df74;"><i class="fab fa-twitter fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-instagram fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-trello fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-discord fa-fw tooltipster" title="discord username"></i></a> </div> </div> </div> </div> </div> </div>
.lw { font-size: 60px; }
<!-- code by soupboy420 (don't credit me) use ctrl+f / replace all to quickly edit colors main accent : #5bbe36 secondary accent : #b2df74 text : #000 background : #fff border : #000 --> <div class="container py-3 p-0" style="max-width:300px;font-size:9pt;letter-spacing:.2px;"> <div class="card rounded-0 p-2" style="background:#fff;color:#000;border:1px solid #000;"> <div class="row no-gutters"> <div class="col-auto"> <!-- SIDE IMG --> <div style="background:url( IMG_URL ) no-repeat center;background-size:cover;min-height:100px;width:100px;" class="h-100"></div> </div> <div class="col pl-2"> <div class="flex-column h-100"> <!-- USERNAME/INFO --> <div style="line-height:1;"> <p class="text-uppercase" style="font-weight:500;color:#5bbe36;">user(name)</p> <span style="color:#b2df74;">00 . pro/nouns . etc</span> </div> <div class="my-1"></div> <!-- BIO --> <p class="text-justify my-auto" style="max-height:100px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#5bbe36 #b2df74;"> bio goes here! this will scroll <br> lorem ipsum dolor sit amet, consectetur adipiscing elit. duis sollicitudin elit sed tellus blandit viverra sed eget odio. </p> <div class="my-1"></div> <!-- SOCIALS/LINKS --> <!-- you can find more icons at fontawesome.com under "brands" --> <div class="justify-content-around"> <a href="URL" style="color:#b2df74;"><i class="fab fa-twitter fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-instagram fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-trello fa-fw"></i></a> <a href="URL" style="color:#b2df74;"><i class="fab fa-discord fa-fw tooltipster" title="discord username"></i></a> </div> </div> </div> </div> </div> </div>