Project 1035

Kids Room Design by FeliFam

It is important that each child has his or her own space. That’s why we designed this shared room for two boys, so that each of them has his own area for sleeping, studying and storing things.
In the project, we harmoniously combined dark colors with natural wood and added an orange accent.

April 2024
Location
Milan, Italy
Area
16,13 sq.m.
Cost of implementation
26 229 EUR
.video-slider-wrapper { max-width: 1240px; margin: 0 auto 60px; padding: 0 15px; font-family: ‘Montserrat’, sans-serif; } .video-slider-wrapper h2 { font-size: 36px; font-weight: 600; color: #2f2f2f; margin-bottom: 40px; text-align: center; } .video-slider-section { display: flex; flex-wrap: wrap; gap: 30px; justify-content: center; align-items: flex-start; } .video-slider-section .slider-block, .video-slider-section .video-block { flex: 1 1 45%; max-width: 600px; } .slider-block { position: relative; } .slider-block img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; border-radius: 12px; display: none; } .slider-block img.active { display: block; } .slider-controls { margin-top: 10px; display: flex; justify-content: center; gap: 15px; } .slider-controls button { background-color: #e7b27f; border: none; padding: 10px 16px; border-radius: 6px; color: white; font-size: 18px; font-weight: bold; cursor: pointer; } .slider-controls button:hover { background-color: #d89f6e; } .video-block iframe { width: 100%; aspect-ratio: 1 / 1; border-radius: 12px; } @media (max-width: 768px) { .video-slider-section { flex-direction: column; } .slider-block img, .video-block iframe { aspect-ratio: 1 / 1; } .video-slider-wrapper h2 { font-size: 28px; } }

Realized room

Слайд 1 Слайд 2 Слайд 3
let currentIndex = 0; const slides = document.querySelectorAll(‘.slider-block img’); function showSlide(index) { slides.forEach((slide, i) => { slide.classList.toggle(‘active’, i === index); }); } function prevSlide() { currentIndex = (currentIndex – 1 + slides.length) % slides.length; showSlide(currentIndex); } function nextSlide() { currentIndex = (currentIndex + 1) % slides.length; showSlide(currentIndex); }

Goods from the project

Contacts

img

Do you have any questions or want to discuss the details? Leave a request and our specialist will contact you.

Leave your contact details and we will contact you soon!

Want to give your child the room of their dreams? We’ll help you make it a reality!

Take a quick quiz to get a personalized selection of full-service children's room projects and a free consultation.

Quiz Image
Step 1 of 7

What type of room are you planning to design?

Step 2 of 7

How old is your child?

Step 3 of 7

This is a room for...

Step 4 of 7

What are the child's hobbies?

Step 5 of 7

What style do you envision for the room?

Step 6 of 7

Approximate room size?

Step 7 of 7

Done! We’ve prepared the best ideas for creating your child's dream room.

Please leave your contact phone number and our manager will contact you

You will receive a collection of personalized ideas and examples from our portfolio.