How to quickly create an awesome landing page, or just even a beginner page on a website. We need not do hard stuff. Just play!
Show me man!Lets first start by showing what i added to create this page above. We just added some css on the bootstrap base.
On the .col-* in the main .container-fluid we added a .vmin-40 and .vmin-lg-1oo100% view height on large devices and a 40% view height on small devices.
Poof, height and space. Next a added a background image, added a custom .img-cover to position the image centered and sized as cover.
Added a text on the left we use bootstrap's own flex utilities to position the text centered.
Adding it all together, we end up with html looking something like this.