Liveweave: Generative AI Web Editor & HTML/CSS/JS Playground
Initializing
Liveweave
Web
expand_more
home
Home
data_object
CSS Explorer
arrow_outward
Palette
Color Explorer
arrow_outward
Polyline
Graphics Editor
arrow_outward
data_array
Python Editor
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
<html> <head> <title>Job Alert</title> </head> <body> <!-- Start your code here --> <div class="mainDiv"> <div class="titleDiv"><p>Unexpected result detected</p></div> <!-- Body Div--> <div class="bodyDiv"> <div class="sectionDiv">Job Information</div> <div class="lineDiv"><span class="labelP">Name </span><span class="labelTxt"> GUI TEST </span><div> <div class="lineDiv"><span class="labelP">JID </span><span class="labelTxt">12345 </span><div> <div class="lineDiv"><span class="labelP">JID </span><span class="labelTxt">12345 </span><div> </div> </div> </div></div></div></div></div></div></body>
.lineDiv{ border-left: 5px solid #FF0000; background:whitesmoke;height:30px; margin-top: 10px; } /* */ .titleDiv {border-bottom:5px solid OrangeRed;border-top: 4px solid #FFFFFF; text-align: center; ;background:gainsboro;height: 50px; font-size: 18px;color:#2F4F4F ; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight:bold; text-shadow: 1px 1px white;} .mainDiv{ margin: auto;height: 600px;width: 600px; border: 1px solid gray; } .bodyDiv { margin: 10%; align-content: center; } .labelP { float: left; margin-top: 7px;width: 80px; border-right: 1px solid white;vertical-align: middle; text-align:left; font-size: 15px;color:#2F4F4F ; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight:bold; text-shadow: 1px 1px white; } .labelTxt {display: inline-block; ; margin-top: 7px;width: 80px; vertical-align: middle;width:auto; text-align:left; font-size: 15px;color:#2F4F4F ; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; text-shadow: 1px 1px white; } .sectionDiv {border-right:5px solid OrangeRed;border-left:5px solid OrangeRed; text-align: center; ;background:gainsboro;height: 24px; font-size: 16px;color:#2F4F4F ; font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif; font-weight:bold; text-shadow: 1px 1px white; margin-bottom: 5px;}
/* Write JavaScript here */
Check out the new AI-powered Python Playground
×