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> <!-- 1110 × 625 --> <html> <head> <title>peters cool website</title> </head> <body> <div id="stickers"> </div> <h1> <span id="firstname"> PETER </span> <br> DOMMER- <br> MÜTH </h1> <div class="gridcontainer"> <div class="griditem"> <p id="self"> I’m a senior graphic design major who can’t stress enough how allergic I am to writing any kind of sincere description about myself or responding to any kind of interview prompt where i’m asked some variation of “tell me about yourself.†During my free time I like to do homework, read books, and worry about dying. I’m from a small commuter town in mid-upstate New York called Poughkeepsie that’s notable for occasionally being mentioned in television shows and movies, as well as being the home of notorious film director Ed Wood, famous for his 1959 bomb, Plan 9 From Outer Space. </p> </div> </div> <div id="links"> <a href="http://are.na">are.na</a> <span class="slash"> / </span> <a href="http://en.wikipedia.org">wikipedia</a> <span class="slash"> / </span> <a href="http://www.netflix.com">netflix</a> <a href="https://youtu.be/mlo95-qy67g" alt="funny video"><img src="https://i.imgur.com/rDS7kyo.jpg" id="funnyPicture"/></a> </div> </body> </html>
body { background-image: url("https://i.imgur.com/aq9vCSn.jpg") ; background-color: #e3dfdd; background-attachment: fixed; background-repeat: no-repeat; background-size: 20%; background-position: center; padding: 0; } #stickers { border: 0; z-index: 20; width: 1110px; height: 625px; background-image: url("https://i.imgur.com/EMdHpqS.gif"); background-size: 70%; background-repeat: no-repeat; mix-blend-mode: darken; position: absolute; left: 50px; top: 70; } h1 { font-size: 270px; font-style: italic; font-weight: normal; line-height: 85%; text-shadow: 4px 4px lightblue; color: #1f2322; margin-top: 0; margin-bottom: 10px; } p { font-family: "Andale Mono", AndaleMono, monospace; font-size: 10px; } #self { padding-bottom: 100px; text-align: justify; } .gridcontainer { display: grid; grid-auto-columns: auto; background-color: rgba(255, 255, 255, 0.3); padding: 10px; grid-gap: 50px 100px; } .griditem { background-color: rgba(255, 255, 255, 0.1); padding: 20px; width: 30%; text-align: left; } #links { letter-spacing: 20px; text-align: center; background-color: rgba(255, 255, 255, 0.3); padding-bottom: 10px; } #links a { text-decoration: none; color: black; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; } #links a:hover { text-shadow: 4px 4px #B22222; } .slash { color: #B22222; font-weight: bolder; } #funnyPicture { width: 70%; height: 16px; display: block; margin-left: auto; margin-right: auto; width: 50%; margin-top: 20px; margin-bottom: 30px; background-color: rgba(255, 255, 255, 0.3); } #funnyPicture:hover { box-shadow: 0px 0px 10px firebrick; }
//hi mom