Frontend Forever App
We have a mobile app for you to download and use. And you can unlock many features in the app.
Get it now
Intall Later
Run
HTML
CSS
Javascript
Output
Document
.card h2 Happy Holidays svg(xmlns='http://www.w3.org/2000/svg' version='1.1').squigglysvg defs filter#squiggly-0 feturbulence#turbulence(basefrequency='.01' numoctaves='3' result='noise' seed='50') animate( attributeName="baseFrequency", from="1", to="1", values=".01;.01;.0001;.0005;.01" keyTimes="0;0.3;0.5;0.8;1" dur="8s", repeatCount="indefinite" ) fedisplacementmap#displacement(in='SourceGraphic' in2='noise' scale='50') animate( attributeName="scale", from="0", to="0", values="0;0;10000;0" keyTimes="0;0.3;0.7;1" dur="8s", repeatCount="indefinite" ) filter#squiggly-1 feturbulence#turbulence(basefrequency='0.005' numoctaves='3' result='noise' seed='1') fedisplacementmap(in='SourceGraphic' in2='noise' scale='8')
@charset "UTF-8"; @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,600,700,800); *, :after, :before { box-sizing: border-box; padding: 0; margin: 0; } @font-face { src: url("https://www.axis-praxis.org/fonts/webfonts/MetaVariableDemo-Set.woff2") format("woff2"); font-family: "Meta"; font-style: normal; font-weight: normal; } body { min-height: 100vh; margin:0; display:grid; place-content:center; font-family: 'Meta', system-ui; background-color: #1f2020; } svg { width:0; height: 0; } .card { width: 80vw; min-height: 80vh; color: #ba0c2e; display: grid; place-content: center; box-sizing: border-box; position: relative; overflow:clip; &:before { content: ''; position: absolute; inset: 0; z-index: -1; background-color: #f9f6ef; background-image: url(https://images.unsplash.com/photo-1544277879-42659615e478?q=80&w=2952&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D); background-size: cover; filter: url(#squiggly-0); border: .5vmin solid #fff; } } h2 { font-size: 8vw; font-variation-settings: "wght" 900, "ital" 1; font-weight: 900; -webkit-text-stroke: .1vw #fff; filter: url(#squiggly-1); } body { background-image: repeating-linear-gradient( 45deg, #0000 0 1vmin, #aee1cd50 0 2vmin ) }
console.log("Event Fired")