{"body":"<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Inline Styles Example</title>\n</head>\n<body>\n    <h1 style=\"color: {{ text_color }};\">Welcome to my page!</h1>\n\n    <p style=\"background-color: {{ background_color }}; padding: 10px;\">\n        This paragraph has a dynamically set background color.\n    </p>\n\n    {% if is_important %}\n        <div style=\"border: 2px solid red; padding: 15px; font-weight: bold;\">\n            This content is important!\n        </div>\n    {% endif %}\n\n    <span style=\"font-size: 1.2em; text-decoration: underline;\">\n        This text is styled inline.\n    </span>\n</body>\n</html>","name":"","extension":"txt","url":"https://www.irccloud.com/pastebin/FboFKZc1","modified":1760544493,"id":"FboFKZc1","size":715,"lines":25,"own_paste":false,"theme":"","date":1760544493}