Liveweave: Generative AI Web Editor & HTML/CSS/JS Playground
Initializing
Liveweave
Web
expand_more
home
Home
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
frame_source
Python Playground
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
Fork
account_circle
Login
settings
Settings
expand_more
Editor font
14
px
A
A
Night mode
Line number
Mini map
Word wrap
sync_alt
Reset Settings
smart_display
Run
left_panel_close
AI Assistant
dashboard
All
HTML
CSS
JS
visibility
Preview
bolt
Live Preview
terminal
JS Console
<!DOCTYPE html> <html> <head> <title>HTML5, CSS3 and JavaScript demo</title> </head> <body> <!-- Start your code here --> <div class="wrapper"> <div class="box1"> <div id="box1inner"> </div> </div><!--box1--> <div class="clear"></div> <div id="appwidgeit"> <div id="left"> </div> <div id="middle"> </div> <div id="right"> </div> </div><!-- appwidgeit --> </div><!--wrapper--> <!-- End your code here --> </body> </html>
body { font-family: Arial, sans-serif; margin:0 auto; overflow-x:hidden; overflow-y:hidden; } .wrapper { background: #000066; width: 380px; height: 429px; margin: 0 auto; background-color: #00238C; } .box1{ width: 345px; height: 265px; margin: 0 16px 16px 16px; background-color: #000000; } .clear{ clear:both;} #box1inner{ width:323px; height:186px; margin: 12px; position: absolute; background-color:#FFFFFF; } #appwidgeit { height:37px; width: 120px; margin: -65px 0 0 20px; } #left { float: left; height: 33px; margin-left: 10px; width: 30px; background: #f70000; } #middle { float: left; height: 33px; margin-left: 10px; width: 30px; background: #f70000; } #right { float: left; height: 33px; margin-left: 10px; width: 30px; background: #f70000; }
/* Write JavaScript here */
terminal
JavaScript Console
Preview
Clear
close
›
Run