{"id":8,"date":"2026-05-07T17:07:31","date_gmt":"2026-05-07T17:07:31","guid":{"rendered":"https:\/\/rollingonfloor.lol\/?page_id=8"},"modified":"2026-05-07T18:54:02","modified_gmt":"2026-05-07T18:54:02","slug":"elementor-8","status":"publish","type":"page","link":"https:\/\/rollingonfloor.lol\/","title":{"rendered":"Elementor #8"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"8\" class=\"elementor elementor-8\" data-elementor-post-type=\"page\">\n\t\t\t\t<div class=\"elementor-element elementor-element-15eb20a e-con-full e-flex e-con e-parent\" data-id=\"15eb20a\" data-element_type=\"container\" data-e-type=\"container\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\n\t\t\t\t<div class=\"elementor-element elementor-element-d894890 elementor-widget elementor-widget-html\" data-id=\"d894890\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<style>\n    \/* NAV STYLING - NO BG, FLOATING TOP *\/\n    .rofl-nav {\n        position: fixed;\n        top: 0;\n        left: 0;\n        width: 100%;\n        display: flex;\n        justify-content: center;\n        align-items: center;\n        padding: 20px;\n        z-index: 1000;\n        pointer-events: none; \/* Allows clicking behind nav if needed *\/\n    }\n\n    .nav-container {\n        display: flex;\n        gap: 15px;\n        align-items: center;\n        pointer-events: auto; \/* Re-enable clicks for buttons *\/\n    }\n\n    .nav-btn {\n        background: var(--neon-purple);\n        color: #fff;\n        font-family: 'Chelsea Market', cursive;\n        font-size: 1.2rem;\n        padding: 10px 20px;\n        text-decoration: none;\n        border: 3px solid #000;\n        box-shadow: 4px 4px 0px #000;\n        transition: 0.2s;\n        cursor: pointer;\n        text-transform: uppercase;\n    }\n\n    .nav-btn:hover {\n        transform: translate(-2px, -2px);\n        box-shadow: 6px 6px 0px var(--neon-green);\n        background: #fff;\n        color: #000;\n    }\n\n    .btn-swap {\n        background: var(--neon-green);\n        color: #000;\n    }\n\n    .ca-box {\n        background: #000;\n        border: 2px dashed var(--neon-green);\n        color: var(--neon-green);\n        padding: 8px 15px;\n        font-family: monospace;\n        font-size: 0.9rem;\n        cursor: pointer;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n    }\n\n    .ca-box:active {\n        background: var(--neon-green);\n        color: #000;\n    }\n\n    @media (max-width: 600px) {\n        .nav-container { flex-wrap: wrap; justify-content: center; }\n        .ca-box { order: 4; width: 100%; justify-content: center; }\n    }\n<\/style>\n\n<nav class=\"rofl-nav\">\n    <div class=\"nav-container\">\n        <div class=\"ca-box\" onclick=\"navigator.clipboard.writeText('YOUR_CA_HERE'); alert('CA COPIED BRUH')\">\n            <span>CA: 0xROFL...LAUGH<\/span>\n        <\/div>\n\n        <a href=\"https:\/\/t.me\/yourlink\" target=\"_blank\" class=\"nav-btn\">Telegram<\/a>\n        <a href=\"https:\/\/x.com\/yourlink\" target=\"_blank\" class=\"nav-btn\">X<\/a>\n\n        <a href=\"#\" class=\"nav-btn btn-swap\">SWAP $ROFL<\/a>\n    <\/div>\n<\/nav>\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-7711ba3 elementor-widget elementor-widget-html\" data-id=\"7711ba3\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<html>\n<head>\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Chelsea+Market&display=swap');\n\n:root {\n    \/* Updated to Bluey-Green and a better Neon Purple *\/\n    --neon-green: #00ffd1; \n    --neon-purple: #9d00ff;\n    --deep-bg: #080012;\n}\n\nbody {\n    background: url('http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/bg2-1.png') no-repeat center center fixed;\n    background-size: cover;\n    background-color: var(--deep-bg);\n    color: #fff;\n    font-family: 'Arial Black', sans-serif;\n    margin: 0; padding: 0; overflow-x: hidden;\n}\n\n\/* SEAMLESS DUAL-GLOW DIVIDER *\/\n.divider {\n    height: 6px; width: 100%;\n    background: linear-gradient(90deg, transparent, var(--neon-purple), var(--neon-green), transparent);\n    box-shadow: 0 0 20px var(--neon-purple), 0 0 40px var(--neon-green);\n    position: relative; z-index: 10;\n}\n\n\/* MASSIVE TITLES *\/\nh2 {\n    font-family: 'Chelsea Market', cursive;\n    font-size: clamp(3.5rem, 14vw, 9rem);\n    text-transform: uppercase;\n    line-height: 0.9; margin: 0 0 40px 0;\n    text-align: center;\n    position: relative; z-index: 5;\n}\n\n.neon-purple { color: var(--neon-purple); text-shadow: 0 0 20px var(--neon-purple), 3px 3px 0 #000; }\n.neon-green { color: var(--neon-green); text-shadow: 0 0 20px var(--neon-green), 3px 3px 0 #000; }\n\n\/* FLUID OVERLAPPING ASSETS *\/\n.feat {\n    position: absolute; z-index: 50; pointer-events: none;\n    width: 40vw; max-width: 550px;\n    filter: drop-shadow(10px 15px 20px rgba(0,0,0,0.9));\n}\n\n\/* Bridging Hero and Section 1 *\/\n.feat-1 {\n    top: 80vh; left: -2%;\n    animation: fluidFloat1 9s infinite ease-in-out;\n}\n\n\/* Bridging Section 1 and Section 2 *\/\n.feat-2 {\n    top: 170vh; right: -2%;\n    animation: fluidFloat2 11s infinite ease-in-out;\n}\n\n@keyframes fluidFloat1 {\n    0%, 100% { transform: translate(0, 0) rotate(-6deg) scale(1); }\n    50% { transform: translate(30px, -50px) rotate(4deg) scale(1.05); }\n}\n\n@keyframes fluidFloat2 {\n    0%, 100% { transform: translate(0, 0) rotate(8deg) scale(1); }\n    50% { transform: translate(-40px, -60px) rotate(-3deg) scale(1.05); }\n}\n\n\/* HERO *\/\n.hero {\n    position: relative; height: 100vh;\n    display: flex; align-items: START; justify-content: center; overflow: hidden;\n}\n\nvideo { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: -1; }\n\n.logo { \n    width: 45%; max-width: 550px; \n    filter: drop-shadow(0 0 35px var(--neon-purple)); \n    z-index: 5;\n    animation: pulse 3s infinite alternate ease-in-out;\n}\n\n@keyframes pulse {\n    0% { transform: scale(1); filter: drop-shadow(0 0 20px var(--neon-purple)); }\n    100% { transform: scale(1.05); filter: drop-shadow(0 0 50px var(--neon-green)); }\n}\n\n\/* SECTIONS *\/\nsection {\n    padding: 140px 5%;\n    display: flex; flex-direction: column; align-items: center;\n    position: relative;\n}\n\n.radial-overlay {\n    position: absolute; top: 0; left: 0; width: 100%; height: 100%;\n    background: radial-gradient(circle at center, rgba(8,0,18,0.2) 0%, rgba(8,0,18,0.95) 100%);\n    z-index: 1; pointer-events: none;\n}\n\n.section-content { position: relative; z-index: 5; width: 100%; max-width: 1200px; text-align: center; }\n\n\/* HARDCORE READABLE TEXT *\/\n.desc { \n    font-size: clamp(1.4rem, 3.5vw, 2.5rem); \n    margin: 0 auto; font-weight: 900; text-transform: uppercase; line-height: 1.3;\n    color: #fff;\n    \/* Heavy stroke effect for extreme readability over complex BGs *\/\n    text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000, 0 10px 20px rgba(0,0,0,0.9);\n}\n\n\/* STICKER TAGLINES *\/\n.tag-container { display: flex; flex-direction: column; gap: 20px; align-items: center; }\n\n.tag-box {\n    background: var(--neon-green); color: #000; \n    padding: 20px 40px; border: 4px solid #000;\n    font-size: clamp(1.2rem, 3vw, 2rem); font-weight: 900; \n    transform: rotate(-2deg); \n    box-shadow: 8px 8px 0 var(--neon-purple);\n    transition: transform 0.2s, box-shadow 0.2s;\n    cursor: default; width: fit-content; max-width: 90%;\n}\n\n.tag-box:hover {\n    transform: scale(1.05) rotate(0deg);\n    box-shadow: 12px 12px 0 #fff;\n    z-index: 10;\n}\n\n.tag-purple {\n    background: var(--neon-purple); color: #fff;\n    transform: rotate(2deg);\n    box-shadow: 8px 8px 0 var(--neon-green);\n}\n<\/style>\n<\/head>\n<body>\n\n<img decoding=\"async\" src=\"http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/featured1-1.png\" class=\"feat feat-1\">\n<img decoding=\"async\" src=\"http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/featured2-1.png\" class=\"feat feat-2\">\n\n<div class=\"hero\">\n    <video autoplay muted loop playsinline><source src=\"http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/rofl-cover-dex1-1-1.mp4\" type=\"video\/mp4\"><\/video>\n    <img decoding=\"async\" src=\"http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/logo-2-1.png\" class=\"logo\">\n<\/div>\n\n<div class=\"divider\"><\/div>\n\n<section style=\"background: url('http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/bg4-1.png') center\/cover;\">\n    <div class=\"radial-overlay\"><\/div>\n    <div class=\"section-content\">\n        <h2 class=\"neon-purple\">PROJECT DESCRIPTION<\/h2>\n        <div class=\"desc\">\n            $ROFL (Rolling On Floor Laughing) is a chaotic, high-energy meme coin built for the ultimate degen community on Solana.\n            <br><br>\n            While most people cope, seethe, or panic, $ROFL holders do one thing:<br>\n            <span class=\"neon-green\" style=\"font-size: 1.2em;\">ROLL ON THE FLOOR LAUGHING<\/span>.\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<section style=\"background: transparent;\">\n    <div class=\"section-content\">\n        <h2 class=\"neon-green\">TAGLINES<\/h2>\n        <div class=\"tag-container\">\n            <div class=\"tag-box\">Laughing all the way to zero\u2026 or to the moon<\/div>\n            <div class=\"tag-box tag-purple\">When others seethe & cope, we ROFL<\/div>\n            <div class=\"tag-box\">The official currency of unstable degens<\/div>\n            <div class=\"tag-box tag-purple\">Buy the top. Laugh at the bottom.<\/div>\n        <\/div>\n    <\/div>\n<\/section>\n\n<div class=\"divider\"><\/div>\n\n<section style=\"background: url('http:\/\/rollingonfloor.lol\/wp-content\/uploads\/2026\/05\/bg1-1.png') center\/cover;\">\n    <div class=\"radial-overlay\"><\/div>\n    <div class=\"section-content\">\n        <h2 class=\"neon-purple\">STORY & NARRATIVE<\/h2>\n        <div class=\"desc\">\n            In the darkest corners of crypto Twitter, battle-hardened degens decided: No more coping. No more crying.\n            <br><br>\n            <span class=\"neon-green\" style=\"font-size: clamp(3.5rem, 10vw, 6rem); font-family: 'Chelsea Market'; display: block; margin: 20px 0;\">THEY CHOSE TO ROFL.<\/span>\n            The more chaotic the chart, the harder we laugh.\n        <\/div>\n    <\/div>\n<\/section>\n\n<\/body>\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>CA: 0xROFL&#8230;LAUGH Telegram X SWAP $ROFL PROJECT DESCRIPTION $ROFL (Rolling On Floor Laughing) is a chaotic, high-energy meme coin built for the ultimate degen community on Solana. While most people cope, seethe, or panic, $ROFL holders do one thing: ROLL ON THE FLOOR LAUGHING. TAGLINES Laughing all the way to zero\u2026 or to the moon [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-8","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/pages\/8","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=8"}],"version-history":[{"count":40,"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions"}],"predecessor-version":[{"id":67,"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=\/wp\/v2\/pages\/8\/revisions\/67"}],"wp:attachment":[{"href":"https:\/\/rollingonfloor.lol\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=8"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}