how to make responsive

تبليغ
سؤال

يرجى شرح بإيجاز لمإذا تشعر أنك ينبغي الإبلاغ عن هذا السؤال.

تبليغ
‎إلغاء

The code I wrote is like this, everything works, but it’s not responsive, I would appreciate it if you could help 🙂

.container {
position: relative;
overflow: hidden;
width: 100%;
padding-top: 56.25%;
}

.responsive-iframe {
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
width: 100%;
height: 100%;
}
<nav>
<div class=”embed-container”>
<object src=”/Navbar/navbar.html”></object>
</div>
</nav>

‫أضف إجابة

تصفح
تصفح

مجهول يجيب