I\'m really confused, I\'m trying to create a landing page with an icon and some buttons, but I can\'t manage to make the background image I\'m using show up, even if it\'s load
Since I don't have reputation enough to comment, I'll post it here.
Jsfiddle
.row { height: ; } height: 100%;
The height: 100% will make it the same height of it's parent element, which is 'row'.
Cheers