Respekt k přírodě
Respekt k přírodě
Přispíváme na výsadbu stromů v ČR. Mechy jsou dováženy ze soukromých zahraničních lesů.
Zkušení truhláři při zpracování
Zkušení truhláři
Na naše produkty (rámy a další) dohlíží několik zkušených truhlářů.
/* Reset a základní stylování */ * { box-sizing: border-box; margin: 0; padding: 0; } body { font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; line-height: 1.6; background-color: #f9f9f9; color: #333; } .container { width: 90%; max-width: 960px; margin: 0 auto; } /* Hlavička */ header { background-color: #2c3e50; color: #fff; padding: 20px 0; } header h1 { margin-bottom: 10px; } nav a { color: #ecf0f1; margin-right: 15px; text-decoration: none; } nav a:hover { text-decoration: underline; } /* Hlavní obsah */ main { padding: 40px 0; } .blog-post h2 { margin-bottom: 10px; color: #2c3e50; } .blog-post .date { color: #7f8c8d; margin-bottom: 20px; } .blog-post h3 { margin-top: 30px; color: #34495e; } .blog-post ul { list-style-type: disc; margin-left: 20px; margin-bottom: 20px; } .blog-post p, .blog-post li { margin-bottom: 15px; } /* Kontaktní formulář */ .contact-form { background-color: #ecf0f1; padding: 30px; margin-top: 50px; border-radius: 5px; } .contact-form h2 { margin-bottom: 20px; color: #2c3e50; } .contact-form label { display: block; margin-bottom: 5px; font-weight: bold; } .contact-form input, .contact-form textarea { width: 100%; padding: 10px; margin-bottom: 15px; border: 1px solid #bdc3c7; border-radius: 3px; } .contact-form button { background-color: #2c3e50; color: #fff; padding: 10px 20px; border: none; border-radius: 3px; cursor: pointer; } .contact-form button:hover { background-color: #34495e; } /* Patička */ footer { background-color: #2c3e50; color: #ecf0f1; text-align: center; padding: 20px 0; margin-top: 50px; }