Html/ css advice needed

Guys I have trouble with two action items despite searching for online solutions, specific advice please :slight_smile:

  1. To put text over the picture

  2. To put the background picture onto full scale

Here is the portfolio website I have been trying to build on (http://codepen.io/thechickwhocodes/pen/RpWXbY?editors=1010)

Actually, You need to set that picture as a background image.
Set background image to your body by these line:
body {
background:url(’ '); //insert url to the image absolute/relative
background-position: center;
background-size: cover;
}
To add text, simply made a division and add text anywhere in body.

Check this,
If this help how you need your portfolio.
http://codepen.io/iamamritpandey/pen/KWzpmv