How do i go about this project

Tell us what’s happening:
am stuck at this point

Your code so far

Your browser information:

User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.121 Safari/537.36.

Challenge: Build a Tribute Page

Link to the challenge:

what have you tried? what kind of help do you need?

honestly have tried nothing don’t even know where to start from

You start by getting a codepen account, then you fork the template, then you start building a site about a person you’re passionate about.

If any of those steps don’t make sense to you, let us know.

When in doubt, start with stacking up your HTML elements.
example:

<!-- start with container -->
<div id='container'> 

<!--add the element containing the string-->
<h1 id='text'>Some Text here</h1>
.
.
.
</div>

you can first build the blocks and then think about styling it.
Hope this was helpful

thanks man, i will give it a try

yes it really was helpful, i appreciate a lot.

1 Like