Topic: How to make empty div 100% width and height?

pawled free asked 2 years ago


How to make the empty div (#this) fills available parent's space? https://mdbootstrap.com/snippets/standard/pawled/3716257#css-tab-view


Michał Duszak staff answered 2 years ago


You can give it CSS properties of width and height equal to 100% by using sizing classes .w-100 and .h-100 https://mdbootstrap.com/docs/standard/utilities/sizing/

Here is the snippet: https://mdbootstrap.com/snippets/standard/m-duszak/3721470#html-tab-view

However parent of this element in the snippet has 0 height and dynamic width of what .col-lg-6 gives it. If you want it to fill all the available viewport to create somewhat like a background, you can take it out of your .container element and style it properly.

Here is the snippet: https://mdbootstrap.com/snippets/standard/m-duszak/3721495



Please insert min. 20 characters.

FREE CONSULTATION

Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.

Status

Answered

Specification of the issue

  • ForumUser: Free
  • Premium support: No
  • Technology: MDB Standard
  • MDB Version: MDB5 3.10.2
  • Device: Any
  • Browser: Any
  • OS: Any
  • Provided sample code: No
  • Provided link: Yes