{"id":8310438,"date":"2025-09-09T08:31:41","date_gmt":"2025-09-09T05:31:41","guid":{"rendered":"https:\/\/elementor.com\/tools\/?p=8310438"},"modified":"2025-09-09T08:37:28","modified_gmt":"2025-09-09T05:37:28","slug":"border-radius-generator","status":"publish","type":"post","link":"https:\/\/elementor.com\/tools\/border-radius-generator\/","title":{"rendered":"Border Radius Generator"},"content":{"rendered":"\t\t<div data-elementor-type=\"container\" data-elementor-id=\"8310437\" class=\"elementor elementor-8310437\" data-elementor-post-type=\"elementor_library\">\n\t\t\t\t<div class=\"elementor-element elementor-element-23691a2c e-flex e-con-boxed e-con e-parent\" data-id=\"23691a2c\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-37c3711c elementor-widget elementor-widget-html\" data-id=\"37c3711c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<style>\r\n    \/* --- Styles adapted from your provided CSS --- *\/\r\n    .html-viewer-app {\r\n        width: 100%;\r\n        max-width: 1080px;\r\n        margin: 0 auto;\r\n        padding: 40px 0 0;\r\n        font-family: sans-serif; \/* A basic font for readability *\/\r\n    }\r\n\r\n    .main-content {\r\n        display: flex;\r\n        gap: 30px;\r\n        position: relative;\r\n        flex-wrap: nowrap;\r\n        flex-direction: row;\r\n    }\r\n\r\n    .input-section, .output-section {\r\n        flex: 1;\r\n        min-width: 0;\r\n        display: flex;\r\n        flex-direction: column;\r\n        background: white;\r\n        border-radius: 8px;\r\n        overflow: hidden;\r\n        border: 1.5px solid #EBEBEB;\r\n        box-shadow: 0 4px 15px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .section-header {\r\n        background-color: #05047E;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        font-weight: 500;\r\n        font-size: 1.125rem;\r\n    }\r\n    \r\n    .copy-btn {\r\n        background-color: rgb(255, 255, 255);\r\n        color: black;\r\n        border: 1px solid #ddd;\r\n        padding: 8px 16px;\r\n        border-radius: 4px;\r\n        cursor: pointer;\r\n        font-size: 14px;\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 8px;\r\n        transition: background-color 0.2s;\r\n        box-shadow: 0 0 10px rgba(0,0,0,0.05);\r\n    }\r\n    \r\n    .copy-btn:is(:hover, :focus, :focus-visible) {\r\n        background-color: #f6f6f6 !important;\r\n        color: black;\r\n    }\r\n\r\n    .success-message {\r\n        position: fixed;\r\n        top: 20px;\r\n        right: 20px;\r\n        background-color: #28a745;\r\n        color: white;\r\n        padding: 12px 20px;\r\n        border-radius: 4px;\r\n        font-size: 14px;\r\n        opacity: 0;\r\n        transform: translateY(-20px);\r\n        transition: all 0.3s ease-in-out;\r\n        z-index: 1000;\r\n        pointer-events: none;\r\n    }\r\n    \r\n    .success-message.show {\r\n        opacity: 1;\r\n        transform: translateY(0);\r\n    }\r\n\r\n    \/* --- New Styles for Border Radius Generator --- *\/\r\n    .controls-container {\r\n        padding: 25px 20px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        gap: 25px;\r\n    }\r\n\r\n    .slider-group {\r\n        display: grid;\r\n        grid-template-columns: 100px 1fr 50px;\r\n        align-items: center;\r\n        gap: 15px;\r\n    }\r\n\r\n    .slider-group label {\r\n        font-size: 1rem;\r\n        color: #333;\r\n    }\r\n\r\n    .slider-group input[type=\"range\"] {\r\n        -webkit-appearance: none;\r\n        width: 100%;\r\n        height: 8px;\r\n        background: #EBEBEB;\r\n        border-radius: 5px;\r\n        outline: none;\r\n        opacity: 0.9;\r\n        transition: opacity .2s;\r\n    }\r\n    .slider-group input[type=\"range\"]:hover {\r\n        opacity: 1;\r\n    }\r\n    .slider-group input[type=\"range\"]::-webkit-slider-thumb {\r\n        -webkit-appearance: none;\r\n        appearance: none;\r\n        width: 20px;\r\n        height: 20px;\r\n        background: #05047E;\r\n        cursor: pointer;\r\n        border-radius: 50%;\r\n        border: 3px solid white;\r\n        box-shadow: 0 0 5px rgba(0,0,0,0.2);\r\n    }\r\n    .slider-group input[type=\"range\"]::-moz-range-thumb {\r\n        width: 20px;\r\n        height: 20px;\r\n        background: #05047E;\r\n        cursor: pointer;\r\n        border-radius: 50%;\r\n        border: 3px solid white;\r\n        box-shadow: 0 0 5px rgba(0,0,0,0.2);\r\n    }\r\n\r\n    .slider-value {\r\n        font-family: 'Courier New', monospace;\r\n        background-color: #f5f5f5;\r\n        border-radius: 4px;\r\n        padding: 4px 0;\r\n        text-align: center;\r\n        font-size: 0.9rem;\r\n        color: #555;\r\n    }\r\n\r\n    .sync-container {\r\n        display: flex;\r\n        align-items: center;\r\n        gap: 10px;\r\n        padding: 10px 0;\r\n        border-top: 1px solid #EBEBEB;\r\n        margin-top: 10px;\r\n    }\r\n    .sync-container label {\r\n        cursor: pointer;\r\n    }\r\n\r\n    .preview-code-container {\r\n        padding: 25px;\r\n        display: flex;\r\n        flex-direction: column;\r\n        align-items: center;\r\n        justify-content: center;\r\n        gap: 30px;\r\n        flex-grow: 1;\r\n    }\r\n\r\n    #previewBox {\r\n        width: 250px;\r\n        height: 250px;\r\n        background: linear-gradient(135deg, #05047E, #ff7be5);\r\n        transition: border-radius 0.2s ease-out;\r\n    }\r\n\r\n    .code-output-container {\r\n        position: relative;\r\n        width: 100%;\r\n        background-color: #f8f9fa;\r\n        border: 1.5px solid #EBEBEB;\r\n        border-radius: 4px;\r\n    }\r\n    \r\n    #copyCssBtn {\r\n       position: absolute;\r\n       top: 8px;\r\n       right: 8px;\r\n    }\r\n\r\n    #outputCss {\r\n        padding: 15px;\r\n        font-family: 'Courier New', monospace;\r\n        font-size: 14px;\r\n        line-height: 1.5;\r\n        color: #333;\r\n        white-space: pre;\r\n        text-align: left;\r\n    }\r\n\r\n    \/* --- Responsive Adjustments --- *\/\r\n    @media (max-width: 1024px) {\r\n        .main-content {\r\n            flex-direction: column;\r\n            gap: 25px;\r\n        }\r\n        .input-section, .output-section {\r\n            width: 100%;\r\n            max-width: 700px;\r\n            margin: 0 auto;\r\n        }\r\n    }\r\n<\/style>\r\n\r\n<div class=\"html-viewer-app\">\r\n    <div class=\"main-content\">\r\n\r\n        <!-- Controls Section -->\r\n        <div class=\"input-section\">\r\n            <div class=\"section-header\">Controls<\/div>\r\n            <div class=\"controls-container\">\r\n                <div class=\"slider-group\">\r\n                    <label for=\"topLeft\">Top Left<\/label>\r\n                    <input type=\"range\" id=\"topLeft\" min=\"0\" max=\"150\" value=\"30\">\r\n                    <span class=\"slider-value\" id=\"topLeftValue\">30px<\/span>\r\n                <\/div>\r\n                <div class=\"slider-group\">\r\n                    <label for=\"topRight\">Top Right<\/label>\r\n                    <input type=\"range\" id=\"topRight\" min=\"0\" max=\"150\" value=\"30\">\r\n                    <span class=\"slider-value\" id=\"topRightValue\">30px<\/span>\r\n                <\/div>\r\n                <div class=\"slider-group\">\r\n                    <label for=\"bottomRight\">Bottom Right<\/label>\r\n                    <input type=\"range\" id=\"bottomRight\" min=\"0\" max=\"150\" value=\"30\">\r\n                    <span class=\"slider-value\" id=\"bottomRightValue\">30px<\/span>\r\n                <\/div>\r\n                <div class=\"slider-group\">\r\n                    <label for=\"bottomLeft\">Bottom Left<\/label>\r\n                    <input type=\"range\" id=\"bottomLeft\" min=\"0\" max=\"150\" value=\"30\">\r\n                    <span class=\"slider-value\" id=\"bottomLeftValue\">30px<\/span>\r\n                <\/div>\r\n                 <div class=\"sync-container\">\r\n                    <input type=\"checkbox\" id=\"syncCorners\" checked>\r\n                    <label for=\"syncCorners\">Sync All Corners<\/label>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Preview and Code Section -->\r\n        <div class=\"output-section\">\r\n            <div class=\"section-header\">Preview & Code<\/div>\r\n            <div class=\"preview-code-container\">\r\n                <div id=\"previewBox\"><\/div>\r\n                <div class=\"code-output-container\">\r\n                    <pre id=\"outputCss\"><\/pre>\r\n                    <button class=\"copy-btn\" id=\"copyCssBtn\">\r\n                        <svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" width=\"16\" height=\"16\" fill=\"currentColor\" viewBox=\"0 0 16 16\"><path d=\"M4 1.5H3a2 2 0 0 0-2 2V14a2 2 0 0 0 2 2h10a2 2 0 0 0 2-2V3.5a2 2 0 0 0-2-2h-1v1h1a1 1 0 0 1 1 1V14a1 1 0 0 1-1 1H3a1 1 0 0 1-1-1V3.5a1 1 0 0 1 1-1h1v-1z\"\/><path d=\"M9.5 1a.5.5 0 0 1 .5.5v1a.5.5 0 0 1-.5.5h-3a.5.5 0 0 1-.5-.5v-1a.5.5 0 0 1 .5-.5h3zM-1 8a.5.5 0 0 1 .5-.5h15a.5.5 0 0 1 0 1h-15A.5.5 0 0 1-1 8z\"\/><\/svg>\r\n                        Copy\r\n                    <\/button>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n    <div class=\"success-message\" id=\"copySuccessMessage\">Copied to clipboard!<\/div>\r\n<\/div>\r\n\r\n<script>\r\n    document.addEventListener('DOMContentLoaded', function() {\r\n        \/\/ --- Get DOM Elements ---\r\n        const sliders = {\r\n            topLeft: document.getElementById('topLeft'),\r\n            topRight: document.getElementById('topRight'),\r\n            bottomRight: document.getElementById('bottomRight'),\r\n            bottomLeft: document.getElementById('bottomLeft')\r\n        };\r\n        const valueSpans = {\r\n            topLeft: document.getElementById('topLeftValue'),\r\n            topRight: document.getElementById('topRightValue'),\r\n            bottomRight: document.getElementById('bottomRightValue'),\r\n            bottomLeft: document.getElementById('bottomLeftValue')\r\n        };\r\n        \r\n        const previewBox = document.getElementById('previewBox');\r\n        const outputCss = document.getElementById('outputCss');\r\n        const syncCheckbox = document.getElementById('syncCorners');\r\n        const copyBtn = document.getElementById('copyCssBtn');\r\n        const successMessage = document.getElementById('copySuccessMessage');\r\n\r\n        \/\/ --- Core Function to Update UI ---\r\n        function updateStyles() {\r\n            const tl = sliders.topLeft.value;\r\n            const tr = sliders.topRight.value;\r\n            const br = sliders.bottomRight.value;\r\n            const bl = sliders.bottomLeft.value;\r\n            \r\n            \/\/ Generate the CSS string\r\n            const borderRadiusValue = `${tl}px ${tr}px ${br}px ${bl}px`;\r\n            \r\n            \/\/ Apply style to the preview box\r\n            previewBox.style.borderRadius = borderRadiusValue;\r\n            \r\n            \/\/ Update the value spans next to sliders\r\n            valueSpans.topLeft.textContent = `${tl}px`;\r\n            valueSpans.topRight.textContent = `${tr}px`;\r\n            valueSpans.bottomRight.textContent = `${br}px`;\r\n            valueSpans.bottomLeft.textContent = `${bl}px`;\r\n            \r\n            \/\/ Update the code output box\r\n            outputCss.textContent = `border-radius: ${borderRadiusValue};`;\r\n        }\r\n\r\n        \/\/ --- Event Listeners ---\r\n        \r\n        \/\/ Listen for input on any slider\r\n        Object.values(sliders).forEach(slider => {\r\n            slider.addEventListener('input', (e) => {\r\n                if (syncCheckbox.checked) {\r\n                    \/\/ If sync is checked, update all sliders to the current one's value\r\n                    const currentValue = e.target.value;\r\n                    Object.values(sliders).forEach(s => s.value = currentValue);\r\n                }\r\n                updateStyles();\r\n            });\r\n        });\r\n\r\n        \/\/ Copy button functionality\r\n        copyBtn.addEventListener('click', () => {\r\n            navigator.clipboard.writeText(outputCss.textContent)\r\n                .then(() => {\r\n                    \/\/ Show success message\r\n                    successMessage.classList.add('show');\r\n                    \/\/ Hide after 2 seconds\r\n                    setTimeout(() => {\r\n                        successMessage.classList.remove('show');\r\n                    }, 2000);\r\n                })\r\n                .catch(err => {\r\n                    console.error('Failed to copy text: ', err);\r\n                });\r\n        });\r\n\r\n        \/\/ --- Initial Call ---\r\n        updateStyles();\r\n    });\r\n<\/script>\r\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":5,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[22],"tags":[21],"class_list":["post-8310438","post","type-post","status-publish","format-standard","hentry","category-tools","tag-html-css-tools"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Border Radius Generator<\/title>\n<meta name=\"description\" content=\"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/elementor.com\/tools\/border-radius-generator\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Border Radius Generator\" \/>\n<meta property=\"og:description\" content=\"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/elementor.com\/tools\/border-radius-generator\/\" \/>\n<meta property=\"og:site_name\" content=\"Tools\" \/>\n<meta property=\"article:published_time\" content=\"2025-09-09T05:31:41+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-09T05:37:28+00:00\" \/>\n<meta name=\"author\" content=\"liz@148.red\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"liz@148.red\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/\"},\"author\":{\"name\":\"liz@148.red\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"headline\":\"Border Radius Generator\",\"datePublished\":\"2025-09-09T05:31:41+00:00\",\"dateModified\":\"2025-09-09T05:37:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/\"},\"wordCount\":5,\"keywords\":[\"Html-Css-tools\"],\"articleSection\":[\"tools\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/\",\"url\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/\",\"name\":\"Border Radius Generator\",\"isPartOf\":{\"@id\":\"https:\/\/elementor.com\/tools\/#website\"},\"datePublished\":\"2025-09-09T05:31:41+00:00\",\"dateModified\":\"2025-09-09T05:37:28+00:00\",\"author\":{\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\"},\"description\":\"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.\",\"breadcrumb\":{\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/elementor.com\/tools\/border-radius-generator\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/elementor.com\/tools\/border-radius-generator\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/elementor.com\/tools\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Border Radius Generator\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/elementor.com\/tools\/#website\",\"url\":\"https:\/\/elementor.com\/tools\/\",\"name\":\"Tools\",\"description\":\"Just another Elementor hosted website ;)\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/elementor.com\/tools\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac\",\"name\":\"liz@148.red\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g\",\"caption\":\"liz@148.red\"},\"url\":\"https:\/\/elementor.com\/tools\/author\/liz148-red\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Border Radius Generator","description":"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/elementor.com\/tools\/border-radius-generator\/","og_locale":"en_US","og_type":"article","og_title":"Border Radius Generator","og_description":"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.","og_url":"https:\/\/elementor.com\/tools\/border-radius-generator\/","og_site_name":"Tools","article_published_time":"2025-09-09T05:31:41+00:00","article_modified_time":"2025-09-09T05:37:28+00:00","author":"liz@148.red","twitter_card":"summary_large_image","twitter_misc":{"Written by":"liz@148.red","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/#article","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/"},"author":{"name":"liz@148.red","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"headline":"Border Radius Generator","datePublished":"2025-09-09T05:31:41+00:00","dateModified":"2025-09-09T05:37:28+00:00","mainEntityOfPage":{"@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/"},"wordCount":5,"keywords":["Html-Css-tools"],"articleSection":["tools"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/","url":"https:\/\/elementor.com\/tools\/border-radius-generator\/","name":"Border Radius Generator","isPartOf":{"@id":"https:\/\/elementor.com\/tools\/#website"},"datePublished":"2025-09-09T05:31:41+00:00","dateModified":"2025-09-09T05:37:28+00:00","author":{"@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac"},"description":"Effortlessly create perfect rounded corners for your Elementor website with our intuitive Border Radius Generator. Generate CSS for buttons, cards, images, and more in just 3 steps.","breadcrumb":{"@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/elementor.com\/tools\/border-radius-generator\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/elementor.com\/tools\/border-radius-generator\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/elementor.com\/tools\/"},{"@type":"ListItem","position":2,"name":"Border Radius Generator"}]},{"@type":"WebSite","@id":"https:\/\/elementor.com\/tools\/#website","url":"https:\/\/elementor.com\/tools\/","name":"Tools","description":"Just another Elementor hosted website ;)","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/elementor.com\/tools\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/elementor.com\/tools\/#\/schema\/person\/80e8375cb95e6030bc2f897c41c985ac","name":"liz@148.red","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/63b900d3310bd1ed40162fb27f016e9920ae66fa5be07be5153344329ef7d9d2?s=96&d=mm&r=g","caption":"liz@148.red"},"url":"https:\/\/elementor.com\/tools\/author\/liz148-red\/"}]}},"_links":{"self":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310438","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/comments?post=8310438"}],"version-history":[{"count":2,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310438\/revisions"}],"predecessor-version":[{"id":8310442,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/posts\/8310438\/revisions\/8310442"}],"wp:attachment":[{"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/media?parent=8310438"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/categories?post=8310438"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/elementor.com\/tools\/wp-json\/wp\/v2\/tags?post=8310438"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}