HTML preprocessors can make writing HTML more powerful or convenient. For instance, Markdown is designed to be easier to write and read for text documents and you could write a loop in Pug.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. So you don't have access to higher-up elements like the <html>
tag. If you want to add classes there that can affect the whole document, this is the place to do it.
In CodePen, whatever you write in the HTML editor is what goes within the <body>
tags in a basic HTML5 template. If you need things in the <head>
of the document, put that code here.
The resource you are linking to is using the 'http' protocol, which may not work when the browser is using https.
CSS preprocessors help make authoring CSS easier. All of them offer things like variables and mixins to provide convenient abstractions.
It's a common practice to apply CSS to a page that styles elements such that they are consistent across all browsers. We offer two of the most popular choices: normalize.css and a reset. Or, choose Neither and nothing will be applied.
To get the best cross-browser support, it is a common practice to apply vendor prefixes to CSS properties and values that require them to work. For instance -webkit-
or -moz-
.
We offer two popular choices: Autoprefixer (which processes your CSS server-side) and -prefix-free (which applies prefixes via a script, client-side).
Any URLs added here will be added as <link>
s in order, and before the CSS in the editor. You can use the CSS from another Pen by using its URL and the proper URL extension.
You can apply CSS to your Pen from any stylesheet on the web. Just put a URL to it here and we'll apply it, in the order you have them, before the CSS in the Pen itself.
You can also link to another Pen here (use the .css
URL Extension) and we'll pull the CSS from that Pen and include it. If it's using a matching preprocessor, use the appropriate URL Extension and we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
JavaScript preprocessors can help make authoring JavaScript easier and more convenient.
Babel includes JSX processing.
Any URL's added here will be added as <script>
s in order, and run before the JavaScript in the editor. You can use the URL of any other Pen and it will include the JavaScript from that Pen.
You can apply a script from anywhere on the web to your Pen. Just put a URL to it here and we'll add it, in the order you have them, before the JavaScript in the Pen itself.
If the script you link to has the file extension of a preprocessor, we'll attempt to process it before applying.
You can also link to another Pen here, and we'll pull the JavaScript from that Pen and include it. If it's using a matching preprocessor, we'll combine the code before preprocessing, so you can use the linked Pen as a true dependency.
Search for and use JavaScript packages from npm here. By selecting a package, an import
statement will be added to the top of the JavaScript editor for this package.
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage.
All packages are different, so refer to their docs for how they work.
If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
If active, Pens will autosave every 30 seconds after being saved once.
If enabled, the preview panel updates automatically as you code. If disabled, use the "Run" button to update.
If enabled, your code will be formatted when you actively save your Pen. Note: your code becomes un-folded during formatting.
Visit your global Editor Settings.
<div class="max-w-[80rem] mt-[0] mr-[auto] mb-[0] ml-[auto] pt-[0] pr-[32px] pb-[0] pl-[32px] md:pr-[24px] md:pl-[24px]">
<div class="flex text-center">
<div class="flex-1" data-animation-hover="aqfm88d57">
<h1 class="text-[48px] font-semibold" data-animation-id-87wbcytx6="" style="filter: blur(0px);"> Heading1 </h1>
</div>
<div class="flex-1">
<h1 class="text-[48px] font-semibold" data-animation-hover="rieo3c5x9" data-animation-id-rieo3c5x9="" style="filter: blur(0px);"> Heading2 </h1>
</div>
<div class="flex-1">
<h1 class="text-[48px] font-semibold" data-animation-hover="r171l40du" data-animation-id-r171l40du="" style="filter: blur(0px);"> Heading3 </h1>
</div>
</div>
</div>
.font-arial { font-family: 'Arial', sans-serif; } .hover\:font-arial:hover { font-family: 'Arial', sans-serif; }.focus\:font-arial:focus { font-family: 'Arial', sans-serif; }.active\:font-arial:active { font-family: 'Arial', sans-serif; }.font-helvetica { font-family: 'Helvetica', sans-serif; } .hover\:font-helvetica:hover { font-family: 'Helvetica', sans-serif; }.focus\:font-helvetica:focus { font-family: 'Helvetica', sans-serif; }.active\:font-helvetica:active { font-family: 'Helvetica', sans-serif; }.font-verdana { font-family: 'Verdana', sans-serif; } .hover\:font-verdana:hover { font-family: 'Verdana', sans-serif; }.focus\:font-verdana:focus { font-family: 'Verdana', sans-serif; }.active\:font-verdana:active { font-family: 'Verdana', sans-serif; }.font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .hover\:font-trebuchet-ms:hover { font-family: 'Trebuchet MS', sans-serif; }.focus\:font-trebuchet-ms:focus { font-family: 'Trebuchet MS', sans-serif; }.active\:font-trebuchet-ms:active { font-family: 'Trebuchet MS', sans-serif; }.font-tahoma { font-family: 'Tahoma', sans-serif; } .hover\:font-tahoma:hover { font-family: 'Tahoma', sans-serif; }.focus\:font-tahoma:focus { font-family: 'Tahoma', sans-serif; }.active\:font-tahoma:active { font-family: 'Tahoma', sans-serif; }.font-georgia { font-family: 'Georgia', serif; } .hover\:font-georgia:hover { font-family: 'Georgia', serif; }.focus\:font-georgia:focus { font-family: 'Georgia', serif; }.active\:font-georgia:active { font-family: 'Georgia', serif; }.font-times-new-roman { font-family: 'Times New Roman', serif; } .hover\:font-times-new-roman:hover { font-family: 'Times New Roman', serif; }.focus\:font-times-new-roman:focus { font-family: 'Times New Roman', serif; }.active\:font-times-new-roman:active { font-family: 'Times New Roman', serif; }.font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } .hover\:font-system-ui:hover { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; }.focus\:font-system-ui:focus { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; }.active\:font-system-ui:active { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; }@media(min-width: 1536px) { .xl\:font-arial { font-family: 'Arial', sans-serif; } .xl\:font-helvetica { font-family: 'Helvetica', sans-serif; } .xl\:font-verdana { font-family: 'Verdana', sans-serif; } .xl\:font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .xl\:font-tahoma { font-family: 'Tahoma', sans-serif; } .xl\:font-georgia { font-family: 'Georgia', serif; } .xl\:font-times-new-roman { font-family: 'Times New Roman', serif; } .xl\:font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } } @media(min-width: 1920px) { .\32xl\:font-arial { font-family: 'Arial', sans-serif; } .\32xl\:font-helvetica { font-family: 'Helvetica', sans-serif; } .\32xl\:font-verdana { font-family: 'Verdana', sans-serif; } .\32xl\:font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .\32xl\:font-tahoma { font-family: 'Tahoma', sans-serif; } .\32xl\:font-georgia { font-family: 'Georgia', serif; } .\32xl\:font-times-new-roman { font-family: 'Times New Roman', serif; } .\32xl\:font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } } @media(max-width: 1080px) { .lg\:font-arial { font-family: 'Arial', sans-serif; } .lg\:font-helvetica { font-family: 'Helvetica', sans-serif; } .lg\:font-verdana { font-family: 'Verdana', sans-serif; } .lg\:font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .lg\:font-tahoma { font-family: 'Tahoma', sans-serif; } .lg\:font-georgia { font-family: 'Georgia', serif; } .lg\:font-times-new-roman { font-family: 'Times New Roman', serif; } .lg\:font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } } @media(max-width: 844px) { .md\:font-arial { font-family: 'Arial', sans-serif; } .md\:font-helvetica { font-family: 'Helvetica', sans-serif; } .md\:font-verdana { font-family: 'Verdana', sans-serif; } .md\:font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .md\:font-tahoma { font-family: 'Tahoma', sans-serif; } .md\:font-georgia { font-family: 'Georgia', serif; } .md\:font-times-new-roman { font-family: 'Times New Roman', serif; } .md\:font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } } @media(max-width: 640px) { .sm\:font-arial { font-family: 'Arial', sans-serif; } .sm\:font-helvetica { font-family: 'Helvetica', sans-serif; } .sm\:font-verdana { font-family: 'Verdana', sans-serif; } .sm\:font-trebuchet-ms { font-family: 'Trebuchet MS', sans-serif; } .sm\:font-tahoma { font-family: 'Tahoma', sans-serif; } .sm\:font-georgia { font-family: 'Georgia', serif; } .sm\:font-times-new-roman { font-family: 'Times New Roman', serif; } .sm\:font-system-ui { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", serif; } } /*! tailwindcss v2.2.0 | MIT License | https://tailwindcss.com *//*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */ /* Document ========================================================================== */ /** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */ html { line-height: 1.15; /* 1 */ -webkit-text-size-adjust: 100%; /* 2 */ } /* Sections ========================================================================== */ /** * Remove the margin in all browsers. */ body { margin: 0; } /** * Render the `main` element consistently in IE. */ main { display: block; } /** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */ h1 { font-size: 2em; margin: 0.67em 0; } /* Grouping content ========================================================================== */ /** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */ hr { box-sizing: content-box; /* 1 */ height: 0; /* 1 */ overflow: visible; /* 2 */ } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ pre { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /* Text-level semantics ========================================================================== */ /** * Remove the gray background on active links in IE 10. */ a { background-color: transparent; } /** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */ abbr[title] { border-bottom: none; /* 1 */ text-decoration: underline; /* 2 */ text-decoration: underline dotted; /* 2 */ } /** * Add the correct font weight in Chrome, Edge, and Safari. */ b, strong { font-weight: bolder; } /** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */ code, kbd, samp { font-family: monospace, monospace; /* 1 */ font-size: 1em; /* 2 */ } /** * Add the correct font size in all browsers. */ small { font-size: 80%; } /** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */ sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; } sub { bottom: -0.25em; } sup { top: -0.5em; } /* Embedded content ========================================================================== */ /** * Remove the border on images inside links in IE 10. */ img { border-style: none; } /* Forms ========================================================================== */ /** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */ button, input, optgroup, select, textarea { font-family: inherit; /* 1 */ font-size: 100%; /* 1 */ line-height: 1.15; /* 1 */ margin: 0; /* 2 */ } /** * Show the overflow in IE. * 1. Show the overflow in Edge. */ button, input { /* 1 */ overflow: visible; } /** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */ button, select { /* 1 */ text-transform: none; } /** * Correct the inability to style clickable types in iOS and Safari. */ button, [type="button"], [type="reset"], [type="submit"] { -webkit-appearance: button; } /** * Remove the inner border and padding in Firefox. */ button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner { border-style: none; padding: 0; } /** * Restore the focus styles unset by the previous rule. */ button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring { outline: 1px dotted ButtonText; } /** * Correct the padding in Firefox. */ fieldset { padding: 0.35em 0.75em 0.625em; } /** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */ legend { box-sizing: border-box; /* 1 */ color: inherit; /* 2 */ display: table; /* 1 */ max-width: 100%; /* 1 */ padding: 0; /* 3 */ white-space: normal; /* 1 */ } /** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */ progress { vertical-align: baseline; } /** * Remove the default vertical scrollbar in IE 10+. */ textarea { overflow: auto; } /** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */ [type="checkbox"], [type="radio"] { box-sizing: border-box; /* 1 */ padding: 0; /* 2 */ } /** * Correct the cursor style of increment and decrement buttons in Chrome. */ [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button { height: auto; } /** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */ [type="search"] { -webkit-appearance: textfield; /* 1 */ outline-offset: -2px; /* 2 */ } /** * Remove the inner padding in Chrome and Safari on macOS. */ [type="search"]::-webkit-search-decoration { -webkit-appearance: none; } /** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */ ::-webkit-file-upload-button { -webkit-appearance: button; /* 1 */ font: inherit; /* 2 */ } /* Interactive ========================================================================== */ /* * Add the correct display in Edge, IE 10+, and Firefox. */ details { display: block; } /* * Add the correct display in all browsers. */ summary { display: list-item; } /* Misc ========================================================================== */ /** * Add the correct display in IE 10+. */ template { display: none; } /** * Add the correct display in IE 10. */ [hidden] { display: none; }/** * Manually forked from SUIT CSS Base: https://github.com/suitcss/base * A thin layer on top of normalize.css that provides a starting point more * suitable for web applications. */ /** * Removes the default spacing and border for appropriate elements. */ blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre { margin: 0; } button { background-color: transparent; background-image: none; } /** * Work around a Firefox/IE bug where the transparent `button` background * results in a loss of the default `button` focus styles. */ button:focus { outline: 1px dotted; outline: 5px auto -webkit-focus-ring-color; } fieldset { margin: 0; padding: 0; } ol, ul { list-style: none; margin: 0; padding: 0; } /** * Tailwind custom reset styles */ /** * 1. Use the user's configured `sans` font-family (with Tailwind's default * sans-serif font stack as a fallback) as a sane default. * 2. Use Tailwind's default "normal" line-height so the user isn't forced * to override it to ensure consistency even when using the default theme. */ html { font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 1 */ line-height: 1.5; /* 2 */ } /** * Inherit font-family and line-height from `html` so users can set them as * a class directly on the `html` element. */ body { font-family: inherit; line-height: inherit; } /** * 1. Prevent padding and border from affecting element width. * * We used to set this in the html element and inherit from * the parent element for everything else. This caused issues * in shadow-dom-enhanced elements like <details> where the content * is wrapped by a div with box-sizing set to `content-box`. * * https://github.com/mozdevs/cssremedy/issues/4 * * * 2. Allow adding a border to an element by just adding a border-width. * * By default, the way the browser specifies that an element should have no * border is by setting it's border-style to `none` in the user-agent * stylesheet. * * In order to easily add borders to elements by just setting the `border-width` * property, we change the default border-style for all elements to `solid`, and * use border-width to hide them instead. This way our `border` utilities only * need to set the `border-width` property instead of the entire `border` * shorthand, making our border utilities much more straightforward to compose. * * https://github.com/tailwindcss/tailwindcss/pull/116 */ *, ::before, ::after { box-sizing: border-box; /* 1 */ border-width: 0; /* 2 */ border-style: solid; /* 2 */ border-color: currentColor; /* 2 */ } /* * Ensure horizontal rules are visible by default */ hr { border-top-width: 1px; } /** * Undo the `border-style: none` reset that Normalize applies to images so that * our `border-{width}` utilities have the expected effect. * * The Normalize reset is unnecessary for us since we default the border-width * to 0 on all elements. * * https://github.com/tailwindcss/tailwindcss/issues/362 */ img { border-style: solid; } textarea { resize: vertical; } input::placeholder, textarea::placeholder { opacity: 1; color: #9ca3af; } button, [role="button"] { cursor: pointer; } table { border-collapse: collapse; } h1, h2, h3, h4, h5, h6 { font-size: inherit; font-weight: inherit; } /** * Reset links to optimize for opt-in styling instead of * opt-out. */ a { color: inherit; text-decoration: inherit; } /** * Reset form element properties that are easy to forget to * style explicitly so you don't inadvertently introduce * styles that deviate from your design system. These styles * supplement a partial reset that is already applied by * normalize.css. */ button, input, optgroup, select, textarea { padding: 0; line-height: inherit; color: inherit; } /** * Use the configured 'mono' font family for elements that * are expected to be rendered with a monospace font, falling * back to the system monospace stack if there is no configured * 'mono' font family. */ pre, code, kbd, samp { font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; } /** * 1. Make replaced elements `display: block` by default as that's * the behavior you want almost all of the time. Inspired by * CSS Remedy, with `svg` added as well. * * https://github.com/mozdevs/cssremedy/issues/14 * * 2. Add `vertical-align: middle` to align replaced elements more * sensibly by default when overriding `display` by adding a * utility like `inline`. * * This can trigger a poorly considered linting error in some * tools but is included by design. * * https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210 */ img, svg, video, canvas, audio, iframe, embed, object { display: block; /* 1 */ vertical-align: middle; /* 2 */ } /** * Constrain images and videos to the parent width and preserve * their intrinsic aspect ratio. * * https://github.com/mozdevs/cssremedy/issues/14 */ img, video { max-width: 100%; height: auto; } *, ::before, ::after { --tw-translate-x: 0; --tw-translate-y: 0; --tw-rotate: 0; --tw-skew-x: 0; --tw-skew-y: 0; --tw-scale-x: 1; --tw-scale-y: 1; --tw-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); --tw-border-opacity: 1; border-color: rgba(229, 231, 235, var(--tw-border-opacity)); --tw-shadow: 0 0 #0000; --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/); --tw-ring-offset-width: 0px; --tw-ring-offset-color: #fff; --tw-ring-color: rgba(59, 130, 246, 0.5); --tw-ring-offset-shadow: 0 0 #0000; --tw-ring-shadow: 0 0 #0000; --tw-blur: var(--tw-empty,/*!*/ /*!*/); --tw-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-invert: var(--tw-empty,/*!*/ /*!*/); --tw-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/); --tw-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/); --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia); } .container { width: 100%; } @media (min-width: 1536px) { .container { max-width: 1536px; } } @media (min-width: 1920px) { .container { max-width: 1920px; } } .visible { visibility: visible; } .mt-\[0\] { margin-top: 0; } .mr-\[auto\] { margin-right: auto; } .mb-\[0\] { margin-bottom: 0; } .ml-\[auto\] { margin-left: auto; } .mt-\[21px\] { margin-top: 21px; } .mb-\[21px\] { margin-bottom: 21px; } .block { display: block; } .inline { display: inline; } .flex { display: flex; } .table { display: table; } .contents { display: contents; } .hidden { display: none; } .h-\[100vh\] { height: 100vh; } .h-\[100\%\] { height: 100%; } .h-\[105vh\] { height: 105vh; } .h-\[400px\] { height: 400px; } .min-h-\[100\%\] { min-height: 100%; } .min-h-\[100vh\] { min-height: 100vh; } .max-w-\[80rem\] { max-width: 80rem; } .flex-1 { flex: 1 1 0%; } .border-collapse { border-collapse: collapse; } .resize { resize: both; } .flex-col { flex-direction: column; } .items-center { align-items: center; } .justify-center { justify-content: center; } .border { border-width: 1px; } .bg-\[\#fecaca\] { --tw-bg-opacity: 1; background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); } .bg-\[\#fef08a\] { --tw-bg-opacity: 1; background-color: rgba(254, 240, 138, var(--tw-bg-opacity)); } .bg-\[white\] { --tw-bg-opacity: 1; background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); } .bg-\[\#fdba74\] { --tw-bg-opacity: 1; background-color: rgba(253, 186, 116, var(--tw-bg-opacity)); } .bg-\[\#99f6e4\] { --tw-bg-opacity: 1; background-color: rgba(153, 246, 228, var(--tw-bg-opacity)); } .pt-\[0\] { padding-top: 0; } .pr-\[32px\] { padding-right: 32px; } .pb-\[0\] { padding-bottom: 0; } .pl-\[32px\] { padding-left: 32px; } .pt-\[100px\] { padding-top: 100px; } .pb-\[100px\] { padding-bottom: 100px; } .pl-\[50px\] { padding-left: 50px; } .pr-\[50px\] { padding-right: 50px; } .pt-\[30px\] { padding-top: 30px; } .pb-\[30px\] { padding-bottom: 30px; } .pb-\[80px\] { padding-bottom: 80px; } .pt-\[80px\] { padding-top: 80px; } .text-center { text-align: center; } .text-\[30px\] { font-size: 30px; } .text-\[36px\] { font-size: 36px; } .text-\[48px\] { font-size: 48px; } .text-\[14px\] { font-size: 14px; } .text-\[18px\] { font-size: 18px; } .font-semibold { font-weight: 600; } .underline { text-decoration: underline; } @media (max-width: 844px) { .md\:pr-\[24px\] { padding-right: 24px; } .md\:pl-\[24px\] { padding-left: 24px; } }
function animation_blur(elem) {
const theAnimation = gsap.timeline();
gsap.set(elem, {
filter: 'blur(0px)'
});
theAnimation.to(elem, {
filter: 'blur(5PX)',
ease: 'none',
duration: 0.5,
delay: 0,
repeat: 0,
yoyo: false
}, '<');
return theAnimation
}
function animation_blur2(elem) {
const theAnimation = gsap.timeline();
gsap.set(elem, {
filter: 'blur(0px)'
});
theAnimation.to(elem, {
filter: 'blur(20PX)',
ease: 'none',
duration: 0.5,
delay: 0,
repeat: 0,
yoyo: false
}, '<');
return theAnimation
}
const anim_blurh1_v1 = animation_blur('[data-animation-id-87wbcytx6]') //blur heading1
anim_blurh1_v1.pause()
const anim_blurh1_v2 = animation_blur2('[data-animation-id-87wbcytx6]') //blur heading1
anim_blurh1_v2.pause()
const anim_blurh2_v1 = animation_blur('[data-animation-id-rieo3c5x9]') //blur heading2
anim_blurh2_v1.pause()
const anim_blurh2_v2 = animation_blur2('[data-animation-id-rieo3c5x9]') //blur heading2
anim_blurh2_v2.pause()
const anim_blurh3_v1 = animation_blur('[data-animation-id-r171l40du]') //blur heading3
anim_blurh3_v1.pause()
const anim_blurh3_v2 = animation_blur2('[data-animation-id-r171l40du]') //blur heading3
anim_blurh3_v2.pause()
document.querySelectorAll("[data-animation-hover='aqfm88d57']").forEach((el) => {
el.addEventListener("mouseenter", (event) => { //hover over Heading1
console.log("hover over h1, blur h2-v1, blur h3-v1")
anim_blurh2_v1.play() //blur heading2
anim_blurh3_v1.play() //blur heading3
})
el.addEventListener("mouseleave", (event) => { //mouseleave from Heading1
console.log("hover out h1, unblur h2-v1, unblur h3-v1")
anim_blurh2_v1.reverse() //unblur heading2
anim_blurh3_v1.reverse() //unblur heading3
})
})
document.querySelectorAll("[data-animation-hover='rieo3c5x9']").forEach((el) => {
el.addEventListener("mouseenter", (event) => { //hover over Heading2
console.log("hover over h2, blur h1-v1, blur h2-v2")
anim_blurh1_v1.play() //blur heading1
anim_blurh3_v2.play() //blur heading3
})
el.addEventListener("mouseleave", (event) => { //mouseleave from Heading2
console.log("hover out h2, unblur h1-v1, unblur h2-v2")
anim_blurh1_v1.reverse() //unblur heading1
anim_blurh3_v2.reverse() //unblur heading3
})
})
document.querySelectorAll("[data-animation-hover='r171l40du']").forEach((el) => {
el.addEventListener("mouseenter", (event) => { //hover over Heading3
console.log("hover over h3, blur h1-v2, blur h2-v2")
anim_blurh1_v2.play() //blur heading1
anim_blurh2_v2.play() //blur heading2
})
el.addEventListener("mouseleave", (event) => { //mouseleave from Heading3
console.log("hover out h3, unblur h1-v2, unblur h2-v2")
anim_blurh1_v2.reverse() //unblur heading1
anim_blurh2_v2.reverse() //unblur heading2
})
})
Also see: Tab Triggers