Preview de mixed.css
/* MIXED CSS PACK */
/* Template: herreriajose.com.ar/index.html */
/* Template mtime: 2025-11-11 17:35:07 */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css */
/* external link (no embedded): https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css */
/* external link (no embedded): https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap */
/* ===== INLINE <style> BLOCK #1 ===== */
:root {
--brand: #0f172a;
--accent: #f59e0b;
--accent-dark: #d97706;
--accent-light: #fef3c7;
--muted: #6b7280;
--bg: #ffffff;
--card: #f8fafc;
--gradient: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
--shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
--shadow-lg: 0 20px 50px -12px rgba(0, 0, 0, 0.25);
}
* {
box-sizing: border-box;
}
html, body {
overflow-x: hidden;
background: var(--bg);
font-family: 'Inter', sans-serif;
scroll-behavior: smooth;
}
a {
color: var(--brand);
text-decoration: none;
transition: all 0.3s ease;
}
.btn-accent {
background: var(--gradient);
border: none;
color: #111;
font-weight: 600;
padding: 12px 24px;
border-radius: 12px;
transition: all 0.3s ease;
box-shadow: 0 4px 6px -1px rgba(245, 158, 11, 0.3);
}
.btn-accent:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(245, 158, 11, 0.4);
color: #111;
}
.btn-outline-dark {
border-radius: 12px;
padding: 12px 24px;
font-weight: 600;
transition: all 0.3s ease;
}
.btn-outline-dark:hover {
transform: translateY(-2px);
box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.brand {
font-weight: 800;
letter-spacing: .2px;
background: var(--gradient);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
background-clip: text;
}
.shadow-soft {
box-shadow: var(--shadow);
}
.shadow-large {
box-shadow: var(--shadow-lg);
}
.section {
padding: 100px 0;
}
.section-alt {
padding: 100px 0;
background: var(--card);
}
.section-title {
font-weight: 800;
letter-spacing: .2px;
position: relative;
display: inline-block;
margin-bottom: 20px;
}
.section-title:after {
content: '';
position: absolute;
bottom: -10px;
left: 0;
width: 60px;
height: 4px;
background: var(--gradient);
border-radius: 2px;
}
.section-sub {
color: var(--muted);
max-width: 60ch;
font-size: 1.1rem;
line-height: 1.6;
}
/* Navbar */
.navbar {
background: rgba(255, 255, 255, 0.95);
backdrop-filter: blur(10px);
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
transition: all 0.3s ease;
padding: 15px 0;
}
.navbar.scrolled {
padding: 10px 0;
}
.navbar .nav-link {
font-weight: 600;
position: relative;
margin: 0 8px;
padding: 8px 12px !important;
border-radius: 8px;
transition: all 0.3s ease;
}
.navbar .nav-link:hover {
background: var(--accent-light);
color: var(--accent-dark);
}
.navbar .nav-link:after {
content: '';
position: absolute;
bottom: 0;
left: 50%;
width: 0;
height: 2px;
background: var(--gradient);
transition: all 0.3s ease;
transform: translateX(-50%);
}
.navbar .nav-link:hover:after {
width: 80%;
}
/* /* ...cortado... agregá ?full=1 para ver todo ... */
Manifest preview
{
"template": "herreriajose.com.ar/index.html",
"template_mtime": 1762882507,
"template_mtime_human": "2025-11-11T17:35:07+00:00",
"css_links_found": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
],
"css_links_external": [
"https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css",
"https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css",
"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap"
],
"css_links_embedded": [],
"inline_style_blocks": 4,
"inline_imports_external": [],
"inline_imports_embedded": [],
"missing_css_files": []
}