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
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>Liveweave</title> <!-- Place cursor after this and select a JavaScript library from the menu above --> <script type="text/javascript" src="https://raw.github.com/aFarkas/html5shiv/master/dist/html5shiv.js"></script> <script type="text/javascript"> document.createElement('header'); document.createElement('hgroup'); document.createElement('nav'); document.createElement('menu'); document.createElement('section'); document.createElement('article'); document.createElement('aside'); document.createElement('footer'); </script> <!-- Supports context-sensitive CSS3 auto-completion --> <!-- Style starts here. Try adding new CSS tags. --> <style type="text/css"> /*MAIN*/ html { font-size: 62.5%; } body { background-color: black; color: #CA9A05; font-family: Arial; } ul { list-style-type: none; } footer { margin: 0 auto; text-align: center; } footer ul.footer_main { width: 550px; margin: 0 auto; } footer ul.footer_main li { float:left; font-size: 14px; font-size: 1.4rem; } footer .footer_left { position: absolute; bottom: 10px; left: 10px; margin-left: 10px; margin-bottom: 10px; } footer .footer_left p { margin-top: 10px; } footer .footer_left ul { margin-top: 5px; width: 135px; margin: 0 auto; padding: 0; } footer .footer_left li { display: block; float:left; } /*LINKS AND TEXT*/ a { color: #CA9A05; text-decoration: none; } a:hover { text-decoration: none; color: white; } /*HELPER*/ .clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; } * html .clearfix { zoom: 1; } /* IE6 */ *:first-child + html .clearfix { zoom: 1; } </style> <!-- Style ends here --> </head> <body> <!-- Supports context-sensitive HTML5 auto-completion --> <section> here is a video </section> <footer> Headline <ul class="footer_main clearfix"> <li><a href="http://www.Website.com/index.php?id=491" target="_blank" title="Website Asia">Asia</a>|</li> <li><a href="http://www.Website.com/index.php?id=820" target="_blank" title="Website Africa">Africa</a>|</li> <li><a href="http://www.Website.fr" target="_blank" title="Website France">France</a>|</li> <li><a href="http://www.Website.de" target="_blank" title="Website Germany">Germany</a>|</li> <li><a href="http://www.Website.com" target="_blank" title="Website International">International</a>|</li> <li><a href="http://www.Website.pl" target="_blank" title="Website Germany">Poland</a>|</li> <li><a href="http://www.Website.co.uk" target="_blank" title="Website Germany">UK</a></li> </ul> <div class="footer_left"> <img src="img/s5lagardere.png" alt="Lagardere Logo" /> <ul class="clearfix"> <li><a href="http://www.Website.com/contacts" target="_blank" title="Website Kontakt">Contacts</a>|</li> <li><a href="http://Website.com/index.php?id=659" target="_blank" title="Website Impressum">Legal Notice</a></li> </ul> </div> </footer> <!-- HTML starts here. Try adding new HTML tags. --> </body> </html>
Check out the new AI-powered Python Playground
×