height

div 100% height inside another div

Hello, tell me, maybe someone has encountered. <div class="container-fluid maincontainer"> <div class="main-left-ri ... s displayed normally and has a height of height:100%, while the child .main-left-right is not (min-height:100%; height:100%;)

Adaptive block height for vertical blocks

There is a parent block item, inside it there are 2 more blocks: item_info and item_img How do I make the block item adapt in ... he bottom. How do I make this line appear under the block?) Thank you in advance https://jsfiddle.net/birdthelittle/5ofgf8ay/

Video Tag, HTML5, 100% width and controlled height

I made the video full screen at home only now I need to use the video with the same width of 100% only with the minimum heigh ... y way to do this, when the person's monitor is smaller as for example 1024x768 the video will keep the height or will adapt?

How to limit the size of an element with padding in CSS?

I want to create an HTML page with a <div> that has a fixed height of 450px to save texts and other elements. To do thi ... ight limits of the element. What I want to know is, how can I limit the height of my element even by adding a padding to it ?

Iframe does not fit verically with height 100%

According to the following code, <iframe> does not adjust vertically even if you set the height attribute to 100%. ... order="0"></iframe> </div> </div> </div> Why does this happen? How to solve?

Flutter - how to change the size of a TextField correctly?

I want to leave my TextField with a specified height, but when the user types a text larger than the field this happens which ... tColor2()), borderRadius: BorderRadius.circular(60) ), labelText: 'Seu Nome', ), ), )