Changes to fragrance.scroll.pub

root
root
1 day ago
Initial commit
index.scroll
Changed around line 1
+ buildHtml
+ baseUrl https://fragrance.scroll.pub
+ metaTags
+ editButton /edit.html
+ title Fragrance | Premium Reed Diffusers
+ style.css
+ header
+ class hero
+ nav
+ div Fragrance
+ class logo
+ div
+ class nav-links
+ a Products
+ href #products
+ a About
+ href #about
+ a Contact
+ href #contact
+ div
+ class hero-content
+ h1 Elevate Your Space
+ p Premium reed diffusers that transform your home with long-lasting fragrance
+ a Shop Now
+ class primary-button
+ href #products
+ main
+ section
+ id products
+ class products
+ h2 Our Collection
+ div
+ class product-grid
+ div
+ class product-card
+ div
+ class product-image
+ data-fragrance citrus-breeze
+ h3 Citrus Breeze
+ p A refreshing blend of lemon, bergamot and orange
+ span $29
+ class price
+ div
+ class product-card
+ div
+ class product-image
+ data-fragrance lavender-fields
+ h3 Lavender Fields
+ p Soothing lavender with hints of vanilla and musk
+ span $29
+ class price
+ div
+ class product-card
+ div
+ class product-image
+ data-fragrance ocean-mist
+ h3 Ocean Mist
+ p Crisp aquatic notes with sea salt and driftwood
+ span $29
+ class price
+ section
+ id about
+ class about
+ h2 Our Story
+ div
+ class about-content
+ p We believe in creating fragrances that enhance your daily life. Each reed diffuser is handcrafted using premium essential oils and sustainable rattan reeds.
+ div
+ class benefits
+ div
+ class benefit
+ div 🌿
+ class benefit-icon
+ h3 Natural Ingredients
+ p Only the finest essential oils and natural materials
+ div
+ class benefit
+ div ⏳
+ class benefit-icon
+ h3 Long-Lasting
+ p Up to 3 months of continuous fragrance
+ div
+ class benefit
+ div 🎨
+ class benefit-icon
+ h3 Elegant Design
+ p Beautiful vessels that complement any decor
+ section
+ id contact
+ class contact
+ h2 Stay Connected
+ form
+ class contact-form
+ div
+ class form-group
+ label Name
+ input
+ type text
+ name name
+ required
+ div
+ class form-group
+ label Email
+ input
+ type email
+ name email
+ required
+ div
+ class form-group
+ label Message
+ textarea
+ name message
+ required
+ button
+ type submit
+ class primary-button
+ Send Message
+ footer
+ div
+ class footer-content
+ div Fragrance
+ class footer-logo
+ div
+ class footer-links
+ a Instagram
+ href https://instagram.com/fragrance
+ a Pinterest
+ href https://pinterest.com/fragrance
+ a FAQ
+ href /faq
+ p Handcrafted with care in California
+ script.js
prompt.json
Changed around line 1
+ {
+ "id": "72b74c34-6189-448f-bcd3-76b5375d63fa",
+ "object": "chat.completion",
+ "created": 1744984897,
+ "model": "deepseek-chat",
+ "choices": [
+ {
+ "index": 0,
+ "message": {
+ "role": "assistant",
+ "content": "Here's my suggestion for a reed diffuser website using Scroll:\n\n---domain---\nfragrance.scroll.pub\n---index.scroll---\nbuildHtml\nbaseUrl https://fragrance.scroll.pub\nmetaTags\neditButton /edit.html\ntitle Fragrance | Premium Reed Diffusers\nstyle.css\nheader\n class hero\n nav\n div Fragrance\n class logo\n div\n class nav-links\n a Products\n href #products\n a About\n href #about\n a Contact\n href #contact\n div\n class hero-content\n h1 Elevate Your Space\n p Premium reed diffusers that transform your home with long-lasting fragrance\n a Shop Now\n class primary-button\n href #products\nmain\n section\n id products\n class products\n h2 Our Collection\n div\n class product-grid\n div\n class product-card\n div\n class product-image\n data-fragrance citrus-breeze\n h3 Citrus Breeze\n p A refreshing blend of lemon, bergamot and orange\n span $29\n class price\n div\n class product-card\n div\n class product-image\n data-fragrance lavender-fields\n h3 Lavender Fields\n p Soothing lavender with hints of vanilla and musk\n span $29\n class price\n div\n class product-card\n div\n class product-image\n data-fragrance ocean-mist\n h3 Ocean Mist\n p Crisp aquatic notes with sea salt and driftwood\n span $29\n class price\n section\n id about\n class about\n h2 Our Story\n div\n class about-content\n p We believe in creating fragrances that enhance your daily life. Each reed diffuser is handcrafted using premium essential oils and sustainable rattan reeds.\n div\n class benefits\n div\n class benefit\n div 🌿\n class benefit-icon\n h3 Natural Ingredients\n p Only the finest essential oils and natural materials\n div\n class benefit\n div ⏳\n class benefit-icon\n h3 Long-Lasting\n p Up to 3 months of continuous fragrance\n div\n class benefit\n div 🎨\n class benefit-icon\n h3 Elegant Design\n p Beautiful vessels that complement any decor\n section\n id contact\n class contact\n h2 Stay Connected\n form\n class contact-form\n div\n class form-group\n label Name\n input\n type text\n name name\n required\n div\n class form-group\n label Email\n input\n type email\n name email\n required\n div\n class form-group\n label Message\n textarea\n name message\n required\n button\n type submit\n class primary-button\n Send Message\nfooter\n div\n class footer-content\n div Fragrance\n class footer-logo\n div\n class footer-links\n a Instagram\n href https://instagram.com/fragrance\n a Pinterest\n href https://pinterest.com/fragrance\n a FAQ\n href /faq\n p Handcrafted with care in California\nscript.js\n---style.css---\n:root {\n --primary: #8a6c5d;\n --primary-light: #b89b8f;\n --secondary: #5d8a6c;\n --light: #f8f5f2;\n --dark: #333;\n --text: #444;\n --text-light: #777;\n}\n\n* {\n margin: 0;\n padding: 0;\n box-sizing: border-box;\n}\n\nbody {\n font-family: 'Georgia', serif;\n line-height: 1.6;\n color: var(--text);\n background-color: var(--light);\n}\n\nheader.hero {\n background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('data:image/svg+xml;utf8,');\n background-size: cover;\n background-position: center;\n color: white;\n padding: 2rem 1rem;\n min-height: 80vh;\n display: flex;\n flex-direction: column;\n}\n\nnav {\n display: flex;\n justify-content: space-between;\n align-items: center;\n margin-bottom: 2rem;\n}\n\n.logo {\n font-size: 2rem;\n font-weight: bold;\n letter-spacing: 2px;\n}\n\n.nav-links {\n display: flex;\n gap: 1.5rem;\n}\n\n.nav-links a {\n color: white;\n text-decoration: none;\n transition: opacity 0.3s;\n}\n\n.nav-links a:hover {\n opacity: 0.8;\n}\n\n.hero-content {\n max-width: 600px;\n margin: auto;\n text-align: center;\n}\n\n.hero-content h1 {\n font-size: 3rem;\n margin-bottom: 1rem;\n}\n\n.hero-content p {\n font-size: 1.2rem;\n margin-bottom: 2rem;\n}\n\n.primary-button {\n display: inline-block;\n background-color: white;\n color: var(--primary);\n padding: 0.8rem 2rem;\n border-radius: 2rem;\n text-decoration: none;\n font-weight: bold;\n transition: all 0.3s;\n border: none;\n cursor: pointer;\n}\n\n.primary-button:hover {\n transform: translateY(-3px);\n box-shadow: 0 5px 15px rgba(0,0,0,0.1);\n}\n\nsection {\n padding: 4rem 1rem;\n max-width: 1200px;\n margin: 0 auto;\n}\n\nh2 {\n text-align: center;\n margin-bottom: 3rem;\n font-size: 2.2rem;\n color: var(--primary);\n}\n\n.product-grid {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));\n gap: 2rem;\n}\n\n.product-card {\n background: white;\n border-radius: 8px;\n overflow: hidden;\n box-shadow: 0 5px 15px rgba(0,0,0,0.05);\n transition: transform 0.3s;\n}\n\n.product-card:hover {\n transform: translateY(-10px);\n}\n\n.product-image {\n height: 250px;\n background-size: cover;\n background-position: center;\n}\n\n.product-image[data-fragrance=\"citrus-breeze\"] {\n background: linear-gradient(45deg, #f9d423, #f83600);\n}\n\n.product-image[data-fragrance=\"lavender-fields\"] {\n background: linear-gradient(45deg, #8e2de2, #4a00e0);\n}\n\n.product-image[data-fragrance=\"ocean-mist\"] {\n background: linear-gradient(45deg, #00d2ff, #3a7bd5);\n}\n\n.product-card h3 {\n padding: 1rem 1rem 0;\n font-size: 1.3rem;\n}\n\n.product-card p {\n padding: 0 1rem;\n color: var(--text-light);\n}\n\n.price {\n display: block;\n padding: 1rem;\n font-weight: bold;\n color: var(--primary);\n}\n\n.about-content {\n max-width: 800px;\n margin: 0 auto 3rem;\n text-align: center;\n font-size: 1.1rem;\n}\n\n.benefits {\n display: grid;\n grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));\n gap: 2rem;\n margin-top: 3rem;\n}\n\n.benefit {\n text-align: center;\n}\n\n.benefit-icon {\n font-size: 2rem;\n margin-bottom: 1rem;\n}\n\n.contact-form {\n max-width: 600px;\n margin: 0 auto;\n}\n\n.form-group {\n margin-bottom: 1.5rem;\n}\n\n.form-group label {\n display: block;\n margin-bottom: 0.5rem;\n}\n\n.form-group input,\n.form-group textarea {\n width: 100%;\n padding: 0.8rem;\n border: 1px solid #ddd;\n border-radius: 4px;\n font-family: inherit;\n}\n\n.form-group textarea {\n min-height: 150px;\n}\n\nfooter {\n background-color: var(--primary);\n color: white;\n padding: 3rem 1rem;\n text-align: center;\n}\n\n.footer-content {\n max-width: 1200px;\n margin: 0 auto;\n display: flex;\n flex-direction: column;\n gap: 2rem;\n}\n\n.footer-logo {\n font-size: 1.8rem;\n font-weight: bold;\n}\n\n.footer-links {\n display: flex;\n justify-content: center;\n gap: 2rem;\n}\n\n.footer-links a {\n color: white;\n text-decoration: none;\n}\n\n@media (max-width: 768px) {\n .hero-content h1 {\n font-size: 2.2rem;\n }\n \n nav {\n flex-direction: column;\n gap: 1rem;\n }\n \n .nav-links {\n flex-wrap: wrap;\n justify-content: center;\n }\n}\n---script.js---\ndocument.addEventListener('DOMContentLoaded', function() {\n // Smooth scrolling for anchor links\n document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\n anchor.addEventListener('click', function(e) {\n e.preventDefault();\n \n const targetId = this.getAttribute('href');\n if (targetId === '#') return;\n \n const targetElement = document.querySelector(targetId);\n if (targetElement) {\n window.scrollTo({\n top: targetElement.offsetTop - 80,\n behavior: 'smooth'\n });\n }\n });\n });\n\n // Form submission handling\n const contactForm = document.querySelector('.contact-form');\n if (contactForm) {\n contactForm.addEventListener('submit', function(e) {\n e.preventDefault();\n \n // In a real app, you would send the form data to a server\n alert('Thank you for your message! We will get back to you soon.');\n this.reset();\n });\n }\n\n // Product hover effects\n const productCards = document.querySelectorAll('.product-card');\n productCards.forEach(card => {\n card.addEventListener('mouseenter', function() {\n const img = this.querySelector('.product-image');\n const fragrance = img.getAttribute('data-fragrance');\n \n // Add a subtle animation to the product image\n img.style.transition = 'all 0.5s ease';\n img.style.transform = 'scale(1.05)';\n });\n \n card.addEventListener('mouseleave', function() {\n const img = this.querySelector('.product-image');\n img.style.transform = 'scale(1)';\n });\n });\n\n // Scroll reveal animation\n const animateOnScroll = function() {\n const elements = document.querySelectorAll('.product-card, .benefit, .about-content');\n \n elements.forEach(element => {\n const elementPosition = element.getBoundingClientRect().top;\n const screenPosition = window.innerHeight / 1.3;\n \n if (elementPosition < screenPosition) {\n element.style.opacity = '1';\n element.style.transform = 'translateY(0)';\n }\n });\n };\n\n // Set initial state for animation\n const animatedElements = document.querySelectorAll('.product-card, .benefit, .about-content');\n animatedElements.forEach(el => {\n el.style.opacity = '0';\n el.style.transform = 'translateY(20px)';\n el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';\n });\n\n window.addEventListener('scroll', animateOnScroll);\n animateOnScroll(); // Run once on load\n});\n---end---"
+ },
+ "logprobs": null,
+ "finish_reason": "stop"
+ }
+ ],
+ "usage": {
+ "prompt_tokens": 719,
+ "completion_tokens": 2847,
+ "total_tokens": 3566,
+ "prompt_tokens_details": {
+ "cached_tokens": 0
+ },
+ "prompt_cache_hit_tokens": 0,
+ "prompt_cache_miss_tokens": 719
+ },
+ "system_fingerprint": "fp_3d5141a69a_prod0225"
+ }
readme.scroll
Changed around line 1
+ # fragrance.scroll.pub
+
+ Prompt: website
+ Agent: deepseek
+ Model: deepseek-chat
+
+ ## User prompt
+ reed diffuser
+
+ ## System prompt
+ You are an expert web developer. Create a website based on this request: "reed diffuser"
+
+ Requirements:
+ - Use only Scroll, CSS, and JavaScript (NO frameworks, NO external dependencies)
+ - Create clean, semantic HTML5
+ - Make it mobile-responsive
+ - Follow modern best practices and accessibility guidelines
+ - Keep it simple but professional
+ - Use only relative links and no external resources
+ - Do not put a copyright symbol or all rights reserved in the footer.
+ - Make it beautiful. Dazzling. Advanced used of CSS.
+
+ As a refresher, for doing the html body, Scroll is a whitespace based language that uses a single indented space to mark a line (aka particle) as a subparticle of a parent line.
+
+ For example:
+
+ header
+ class hero
+ nav
+ div Scroll
+ class logo
+ div
+ class nav-links
+ a Features
+ href #features
+ a Examples
+ href #examples
+ a Edit
+ href edit.html
+ a GitHub
+ class cta-button
+ href https://github.com/breck7/scroll
+ div
+ class hero-content
+ h1 Write Better with Scroll
+ p The extendible markup language that makes source beautiful and compiles to anything
+ a Get Started
+ class primary-button
+ href https://hub.scroll.pub/
+ main
+ section
+ id features
+ class features
+ h2 Why Scroll?
+ div
+ class feature-grid
+ div
+ class feature-card
+ div ⚡
+ class feature-icon
+ h3 Simple Syntax
+ p Like Markdown, but more powerful. No parentheses needed.
+ div
+ class feature-card
+ div 🧩
+ class feature-icon
+ h3 Extendible
+ p Build your own custom parsers.
+ div
+ class feature-card
+ div 🎨
+ class feature-icon
+ h3 Beautiful Output
+ p Create stunning documents with minimal effort.
+ div
+ class feature-card
+ div 🚀
+ class feature-icon
+ h3 Fast & Light
+ p Built on the efficient PPS Stack.
+ section
+ id examples
+ class code-demo
+ h2 See It In Action
+ div
+ class code-container
+ pre
+ class code-example
+ div
+ class code-output
+ footer
+ div
+ class footer-content
+ div
+ class footer-links
+ a Documentation
+ href https://scroll.pub/tutorial.html
+ a Community
+ href https://www.reddit.com/r/WorldWideScroll/
+ a Blog
+ href https://scroll.pub/blog
+ p Started by Breck Yunits. Evolved by a community.
+ https://twitter.com/breckyunits Breck Yunits
+ https://github.com/breck7/scroll/graphs/contributors community
+
+
+ First suggest a short, memorable domain name ending in scroll.pub that represents this website. Then provide the website files. Use this exact format:
+
+ ---domain---
+ (domainscroll.pub here)
+ ---index.scroll---
+ buildHtml
+ baseUrl https://(domainscroll.pub here)
+ metaTags
+ editButton /edit.html
+ title (Title here)
+ style.css
+
+ (body content here. no blank lines please.)
+
+ script.js
+ ---style.css---
+ (CSS content here)
+ ---script.js---
+ (JavaScript content here)
+ ---end---
script.js
Changed around line 1
+ document.addEventListener('DOMContentLoaded', function() {
+ // Smooth scrolling for anchor links
+ document.querySelectorAll('a[href^="#"]').forEach(anchor => {
+ anchor.addEventListener('click', function(e) {
+ e.preventDefault();
+
+ const targetId = this.getAttribute('href');
+ if (targetId === '#') return;
+
+ const targetElement = document.querySelector(targetId);
+ if (targetElement) {
+ window.scrollTo({
+ top: targetElement.offsetTop - 80,
+ behavior: 'smooth'
+ });
+ }
+ });
+ });
+
+ // Form submission handling
+ const contactForm = document.querySelector('.contact-form');
+ if (contactForm) {
+ contactForm.addEventListener('submit', function(e) {
+ e.preventDefault();
+
+ // In a real app, you would send the form data to a server
+ alert('Thank you for your message! We will get back to you soon.');
+ this.reset();
+ });
+ }
+
+ // Product hover effects
+ const productCards = document.querySelectorAll('.product-card');
+ productCards.forEach(card => {
+ card.addEventListener('mouseenter', function() {
+ const img = this.querySelector('.product-image');
+ const fragrance = img.getAttribute('data-fragrance');
+
+ // Add a subtle animation to the product image
+ img.style.transition = 'all 0.5s ease';
+ img.style.transform = 'scale(1.05)';
+ });
+
+ card.addEventListener('mouseleave', function() {
+ const img = this.querySelector('.product-image');
+ img.style.transform = 'scale(1)';
+ });
+ });
+
+ // Scroll reveal animation
+ const animateOnScroll = function() {
+ const elements = document.querySelectorAll('.product-card, .benefit, .about-content');
+
+ elements.forEach(element => {
+ const elementPosition = element.getBoundingClientRect().top;
+ const screenPosition = window.innerHeight / 1.3;
+
+ if (elementPosition < screenPosition) {
+ element.style.opacity = '1';
+ element.style.transform = 'translateY(0)';
+ }
+ });
+ };
+
+ // Set initial state for animation
+ const animatedElements = document.querySelectorAll('.product-card, .benefit, .about-content');
+ animatedElements.forEach(el => {
+ el.style.opacity = '0';
+ el.style.transform = 'translateY(20px)';
+ el.style.transition = 'opacity 0.6s ease, transform 0.6s ease';
+ });
+
+ window.addEventListener('scroll', animateOnScroll);
+ animateOnScroll(); // Run once on load
+ });
style.css
Changed around line 1
+ :root {
+ --primary: #8a6c5d;
+ --primary-light: #b89b8f;
+ --secondary: #5d8a6c;
+ --light: #f8f5f2;
+ --dark: #333;
+ --text: #444;
+ --text-light: #777;
+ }
+
+ * {
+ margin: 0;
+ padding: 0;
+ box-sizing: border-box;
+ }
+
+ body {
+ font-family: 'Georgia', serif;
+ line-height: 1.6;
+ color: var(--text);
+ background-color: var(--light);
+ }
+
+ header.hero {
+ background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)), url('data:image/svg+xml;utf8,');
+ background-size: cover;
+ background-position: center;
+ color: white;
+ padding: 2rem 1rem;
+ min-height: 80vh;
+ display: flex;
+ flex-direction: column;
+ }
+
+ nav {
+ display: flex;
+ justify-content: space-between;
+ align-items: center;
+ margin-bottom: 2rem;
+ }
+
+ .logo {
+ font-size: 2rem;
+ font-weight: bold;
+ letter-spacing: 2px;
+ }
+
+ .nav-links {
+ display: flex;
+ gap: 1.5rem;
+ }
+
+ .nav-links a {
+ color: white;
+ text-decoration: none;
+ transition: opacity 0.3s;
+ }
+
+ .nav-links a:hover {
+ opacity: 0.8;
+ }
+
+ .hero-content {
+ max-width: 600px;
+ margin: auto;
+ text-align: center;
+ }
+
+ .hero-content h1 {
+ font-size: 3rem;
+ margin-bottom: 1rem;
+ }
+
+ .hero-content p {
+ font-size: 1.2rem;
+ margin-bottom: 2rem;
+ }
+
+ .primary-button {
+ display: inline-block;
+ background-color: white;
+ color: var(--primary);
+ padding: 0.8rem 2rem;
+ border-radius: 2rem;
+ text-decoration: none;
+ font-weight: bold;
+ transition: all 0.3s;
+ border: none;
+ cursor: pointer;
+ }
+
+ .primary-button:hover {
+ transform: translateY(-3px);
+ box-shadow: 0 5px 15px rgba(0,0,0,0.1);
+ }
+
+ section {
+ padding: 4rem 1rem;
+ max-width: 1200px;
+ margin: 0 auto;
+ }
+
+ h2 {
+ text-align: center;
+ margin-bottom: 3rem;
+ font-size: 2.2rem;
+ color: var(--primary);
+ }
+
+ .product-grid {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
+ gap: 2rem;
+ }
+
+ .product-card {
+ background: white;
+ border-radius: 8px;
+ overflow: hidden;
+ box-shadow: 0 5px 15px rgba(0,0,0,0.05);
+ transition: transform 0.3s;
+ }
+
+ .product-card:hover {
+ transform: translateY(-10px);
+ }
+
+ .product-image {
+ height: 250px;
+ background-size: cover;
+ background-position: center;
+ }
+
+ .product-image[data-fragrance="citrus-breeze"] {
+ background: linear-gradient(45deg, #f9d423, #f83600);
+ }
+
+ .product-image[data-fragrance="lavender-fields"] {
+ background: linear-gradient(45deg, #8e2de2, #4a00e0);
+ }
+
+ .product-image[data-fragrance="ocean-mist"] {
+ background: linear-gradient(45deg, #00d2ff, #3a7bd5);
+ }
+
+ .product-card h3 {
+ padding: 1rem 1rem 0;
+ font-size: 1.3rem;
+ }
+
+ .product-card p {
+ padding: 0 1rem;
+ color: var(--text-light);
+ }
+
+ .price {
+ display: block;
+ padding: 1rem;
+ font-weight: bold;
+ color: var(--primary);
+ }
+
+ .about-content {
+ max-width: 800px;
+ margin: 0 auto 3rem;
+ text-align: center;
+ font-size: 1.1rem;
+ }
+
+ .benefits {
+ display: grid;
+ grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
+ gap: 2rem;
+ margin-top: 3rem;
+ }
+
+ .benefit {
+ text-align: center;
+ }
+
+ .benefit-icon {
+ font-size: 2rem;
+ margin-bottom: 1rem;
+ }
+
+ .contact-form {
+ max-width: 600px;
+ margin: 0 auto;
+ }
+
+ .form-group {
+ margin-bottom: 1.5rem;
+ }
+
+ .form-group label {
+ display: block;
+ margin-bottom: 0.5rem;
+ }
+
+ .form-group input,
+ .form-group textarea {
+ width: 100%;
+ padding: 0.8rem;
+ border: 1px solid #ddd;
+ border-radius: 4px;
+ font-family: inherit;
+ }
+
+ .form-group textarea {
+ min-height: 150px;
+ }
+
+ footer {
+ background-color: var(--primary);
+ color: white;
+ padding: 3rem 1rem;
+ text-align: center;
+ }
+
+ .footer-content {
+ max-width: 1200px;
+ margin: 0 auto;
+ display: flex;
+ flex-direction: column;
+ gap: 2rem;
+ }
+
+ .footer-logo {
+ font-size: 1.8rem;
+ font-weight: bold;
+ }
+
+ .footer-links {
+ display: flex;
+ justify-content: center;
+ gap: 2rem;
+ }
+
+ .footer-links a {
+ color: white;
+ text-decoration: none;
+ }
+
+ @media (max-width: 768px) {
+ .hero-content h1 {
+ font-size: 2.2rem;
+ }
+
+ nav {
+ flex-direction: column;
+ gap: 1rem;
+ }
+
+ .nav-links {
+ flex-wrap: wrap;
+ justify-content: center;
+ }
+ }