Before I submit to the Front-End cert

Hi–

I’m nearing completion of the Front-End certificate, and just put everything (almost) together into a new portfolio. I know I should be porting these to github or whatever, but FCC wants them on codepen anyway, so… that will wait.

Everything should be accessible through the portfolio here: portfolio

Please let me know what you think, in terms of design or code, and alert me to any problems you run across. Thanks, in advance.

the tribute page isn’t on there because I’m totally reworking that over the next couple weeks into something actually interesting (to me at least, hopefully)

1 Like

Everything is awesome! just one question:

why is your width on 90%? it is currently not centered.

.main h2 {
display: inline-block;
color: black;
margin-left: 5px;
width: 90%;
text-align: center;
}

Ah, thanks. That must have been a leftover from a previous layout. I removed the margin-left and put the width up to 100%.

Thanks for taking a look.