I just started learning code at codecademy, and completed an exercise, but I want to experiment in order to fully understand the code and how it works.
the web page on the right side has a section class="jumbotron
" with an image as background with the size set to cover. I found easy to place a text in front of it, since it is a background.
Below that, there are 4 images and text inside figure class="col-sm-6"
with a paragraph for item 1 and figure for the square images (2 for each div row) and I want to place the text item 1, item 2 inside the images and centered inside of it.
How does it work?