FCC Front-End Programming Project
So I started the second front-end programming project for Free Code Camp which is the portfolio. I shared a Pen from a former Free Code Camp alum who built an interesting portfolio, which is what Free Code Camp uses as their example, which is high-praise.
I had trouble with getting my background image to show. I had this as my html:
This didn’t make it responsive, however. So I did this:
It still didn’t work.So I went to the Gitter chat and asked around. Someone suggested adding the image to a div and not inside a container inside another div.
So I did this:
Someone gave me this suggestion in the Gitter chat. This made the background a sliver across the screen. He told me to play with the padding at the bottom. So I ended up with:
I also found a stray div with my navigation. Now it’s starting to look good.
So I started the second front-end programming project for Free Code Camp which is the portfolio. I shared a Pen from a former Free Code Camp alum who built an interesting portfolio, which is what Free Code Camp uses as their example, which is high-praise.
I had trouble with getting my background image to show. I had this as my html:
This didn’t make it responsive, however. So I did this:
It still didn’t work.So I went to the Gitter chat and asked around. Someone suggested adding the image to a div and not inside a container inside another div.
So I did this:
Someone gave me this suggestion in the Gitter chat. This made the background a sliver across the screen. He told me to play with the padding at the bottom. So I ended up with:
I also found a stray div with my navigation. Now it’s starting to look good.
http://codepen.io/twhite96/pen/dMbwyM (opens in a new tab)
© tiff.RSS