INSTRUCTION stringclasses 3
values | INPUT stringlengths 2.88k 49.6k | OUTPUT stringlengths 3.92k 48.9k | TIPO_CODIGO stringclasses 3
values |
|---|---|---|---|
MEJORA ESTE HTML | <html><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>NovaLure | Cosmética futurista y audaz</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?famil... | <html><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>NovaLure Cosmética futurista y audaz</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
<link href="https://fonts.googleapis.com/css2?family... | HTML |
MEJORA ESTE CSS | :root {
--dark-purple: #2f1335;
--purple: #620e5d;
--magenta: #9d007a;
--pink: #ce3762;
--coral: #ff6e49;
--light-bg: #f8f0ff;
--dark-text: #1a0b1e;
--light-text: #ffffff;
--transition: all 0.3s ease;
}
... | :root {
--dark-purple: #2f1335;
--purple: #620e5d;
--magenta: #9d007a;
--pink: #ce3762;
--coral: #ff6e49;
--light-bg: #f8f0ff;
--dark-text: #1a0b1e;
--light-text: #ffffff;
--transition: all 0.3s ease;
}
... | CSS |
MEJORA ESTE JS | document.addEventListener('DOMContentLoaded', function() {
// Navbar scroll effect
const navbar = document.querySelector('.navbar');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
... | document.addEventListener('DOMContentLoaded', function() {
// Navbar scroll effect
const navbar = document.querySelector('.navbar');
window.addEventListener('scroll', () => {
if (window.scrollY > 50) {
navbar.classList.add('scrolled');
... | JS |
MEJORA ESTE HTML | <html><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>FreshlyWell - Natural Nutrition, Vibrant Energy</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
</head><body>
<!-- Navbar -->
<nav class=... | <html><head>
<meta charset="utf-8"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
<title>FreshlyWell - Natural Nutrition, Vibrant Energy</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css" rel="stylesheet"/>
</head><body>
<!-- Navbar -->
<nav class=... | HTML |
MEJORA ESTE CSS | "/* Color Variables - Improve names for clarity and semantics */\n :root {\n --col(...TRUNCATED) | "/* Color Variables - Improve names for clarity and semantics */\n :root {\n --col(...TRUNCATED) | CSS |
MEJORA ESTE JS | "// Mobile Menu\n const navbarToggle = document.getElementById('navbar-toggle');\n con(...TRUNCATED) | "// Mobile Menu\n const navbarToggle = document.getElementById('navbar-toggle');\n con(...TRUNCATED) | JS |
MEJORA ESTE HTML | "<html><head>\n<meta charset=\"utf-8\"/>\n<meta content=\"width=device-width, initial-scale=1.0\" na(...TRUNCATED) | "<html><head>\n<meta charset=\"utf-8\"/>\n<meta content=\"width=device-width, initial-scale=1.0\" na(...TRUNCATED) | HTML |
MEJORA ESTE CSS | ":root {\n --color-light-green: #eaf6bc;\n --color-medium-light-green: #d7e3aa;\n --c(...TRUNCATED) | "/* Copia y pega aquí tu CSS existente desde tu código anterior */\n :root {\n -(...TRUNCATED) | CSS |
MEJORA ESTE JS | "// Mobile Navigation\n const hamburger = document.querySelector('.hamburger');\n const navMen(...TRUNCATED) | "// Mobile Navigation\n const hamburger = document.querySelector('.hamburger');\n cons(...TRUNCATED) | JS |
MEJORA ESTE HTML | "<html><head>\n<meta charset=\"utf-8\"/>\n<meta content=\"width=device-width, initial-scale=1.0\" na(...TRUNCATED) | "<html><head>\n<meta charset=\"utf-8\"/>\n<meta content=\"width=device-width, initial-scale=1.0\" na(...TRUNCATED) | HTML |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 2