Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Session Cookies
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>disconnect crd co scrollbox code! pls cr. enbjjk if u use (dont remove the credits ^^) enjoy!!!</title> </head> <body> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin=""> <link href="https://fonts.googleapis.com/css2?family=Gamja+Flower&display=swap" rel="stylesheet"> <link rel="preconnect" href="https://fonts.googleapis.com"> <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> <link href="https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap" rel="stylesheet"> <!-- Start your code here --> <style> .container01 { position: relative; width: 100%; } .image01 { display: block; width: 100%; height: auto; border: 1px solid black; border-radius: 8px; } .overlay01 { position: absolute; bottom: 100%; left: 0; right: 0; background: radial-gradient(circle, rgba(214,187,135,1) 0%, rgba(168,190,254,1) 100%); overflow: hidden; width: 100%; height:0; transition: 0.8s; -moz-transition: 0.8s; -webkit-transition: 0.8s; -o-transition: 0.8s; } .container01:hover .overlay01 { animation: shake 1s, image_blur 1s; transition: all 1s ease-in-out; transition-timing-function: cubic-bezier(0.1, 0.8, 0.9, 0.1); bottom: 0; height: 100%; border: 1px solid black; border-radius: 8px; } .text01 { color: black; font-family: 'Kosugi Maru', sans-serif; font-size: 13px; text-align: left; overflow: auto; width: 100%; height: 100%; padding: 10px; line-height: 1.2em; letter-spacing: -0.05; } mark1 { border: 1px solid black; background: pink; border-radius: 50%; font-weight: 800; padding: 3px; padding-left: 2px; padding-right: 2px; } @keyframes shake { 0% { transform: translate(1px, 1px) rotate(0deg); } 10% { transform: translate(-1px, -2px) rotate(-1deg); } 20% { transform: translate(-3px, 0px) rotate(1deg); } 30% { transform: translate(3px, 2px) rotate(0deg); } 40% { transform: translate(1px, -1px) rotate(1deg); } 50% { transform: translate(-1px, 2px) rotate(-1deg); } 60% { transform : translate(-3px, 1px) rotate(0deg); } 70% { transform: translate(3px, 1px) rotate(-1deg); } 80% { transform: translate(-1px, -1px) rotate(1deg); } 90% { transform: translate(1px, 2px) rotate(0deg); } 100% { transform: translate(1px, -2px) rotate(-1deg); } } @-webkit-keyframes image_blur { 0% { -webkit-filter: blur(0px); } 50% { -webkit-filter: blur(5px); } 100% { -webkit-filter: blur(0px); } } @keyframes fadeIn { 0%, 80% { opacity: 0; } 100% { opacity: 1; } } @-webkit-keyframes fadeIn { 0%, 80% { opacity: 0; } 100% { opacity: 1; } } </style> <div class="container01"> <img src="https://dl.dropbox.com/s/6x7ka37gmkrh9x1/Photo%2001-12-2021%2019%2048%2052.jpg" alt="Avatar" class="image01"> <div class="overlay01"> <div class="text01"> info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info <strong>cr. enbjjk</strong> <br></br> <mark1>LIKES!</mark1> info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info info </div> </div> <!-- End your code here --> </body> </html>
.lw { font-size: 60px; }
// Write JavaScript here