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> Genspace Eblast</title> </head> <body> <div class="everything"> <div style="border-top:50px solid #6fba54;height:50px"></div> <img class="image" src="https://imgur.com/Sne9tWu.jpg" width="300" controls> <div style="border-left:0px solid #6fba54;height:30px"></div> <img class="image" src="https://imgur.com/vDqqAYz.jpg"/ width="500" controlc> <div style="border-left:0px solid #6fba54;height:15px"></div> <div class="p"> <p>Take a lunch break <a href="https://www.nycgovparks.org/events/2018/07/18/bryant-park-author-one-thing-leads-to-another?mc_cid=bc42434e0d&mc_eid=0c723f84b1.com"><font color="#6fba54"><strong>tomorrow</strong></font></a> with Genspace!</p> </div> <div class="p2"> <p2>Join us at the <strong>Bryant Park</strong> Reading Room then come by the lab to get your hands on some microbes yourself in one of our upcoming workshops.</p2> </div> <div style="border-left:0px solid #6fba54;height:60px"></div> <img class="image" src="https://imgur.com/jX6nv5g.jpg" width="400" heigh="200"> <div style="border-left:0px solid #6fba54;height:15px"></div> <p class="p2">Bryant Park Author:</p3> <p3>One Thing Leads to Another.</p3> <p class="p2">Wednesday, July 18 at 12:30pm</p> <p class="p2">Julie Wolf hosts Eugenia Bone for a conversation about her new book Microbia: A Journey into the Unseen World Around You, at the Bryant Park Reading Room.</p> <div style="border-left:0px solid #6fba54;height:60px"></div> <img class="image" src="https://imgur.com/7x8x5Yh.jpg" width="500" controls> <div style="border-left:0px solid #6fba54;height:15px"></div> <p class="p2">Bryant Park Author:</p3> <p3>Brain Networks and Machine Learning</p3> <p class="p2">Starting Thursday, July 19</p> <div class="p2"> <p2>This is our third time offering this workshop at Genspace, and this time we've decided to include an <strong>optional Python Boot Camp</strong>. Python is an incredibly powerful and easy to learn all-purpose programming language. This short Python Boot Camp will be great for bringing your programming skills up to speed.</p2> </div> <div style="border-top:50px solid #ffffff;height:50px"></div> <div class="box"> </div> </div> </body> </html>
.everything { background-size: 400px; position: absolute; top: 15px; max-width: 600px; min-width: 400px; margin: 0 auto; left:0; right:0; height: 150px; margin-top: 100px;} .image{ display: block; margin: 0 auto;} .p{ text-align: center; text-shadow: #6A6A6A 1px -0.5px; color: #808080; font-size: 16px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; } .p2{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #808080; text-align: center; } .left image{ display: block; margin: 0 auto; } p3 { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: 400; color: #808080; text-shadow: #6A6A6A 1px -1px; font-size: 16px; } .p4{ font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color: #808080; text-align: center; margin: 0 20px 20px; margin-right: 20%; } .box { border-style: solid; border-color: #535354; border-width: 90px; text-align: center; }
// Write JavaScript here