Guide For Tribute Page

Need Guide To build Step into Step to better understand and build tribute pages? How can plan better and do step by step?

it,s actually first task to learnt the href=’#’ could be use for navigation in site by id and also to yours url of social profiles.
2. class nav nav-bar for upper and bottom navigation, pick what you like. bs4 or bs3
3. bootstrap row left right col
3. don’t worry I later redesigned my site when I got some skill.
Go to w3school

That’s cool @lubodrinka. And @captain-vipul if still confused check it out on youtube.

can we use bootstrap and I am looking to make background for tribute like Quincy did in his tribute project! How can we build border and different background? As an example an reference tribute page!

@captain-vipul
You can view other tribute pages that people have made here: Build a Tribute Page Project Questions, Discussions, and Resources (January 2018 Cohort)

I suggest just getting some simple ideas from what others have done. Don’t look at their code. Try your best to figure out what you want to do. If you spend more than a couple hours trying to figure something out, then kindly post a question in the forum with your code and be as specific as possible. Your tribute page doesn’t need to look amazing. You don’t need to be a designer, but that will come in time if you practice a lot. Good luck.

1 Like

in left of codepen click on assets. card photos, and click of some photos you get in clipboard the css link, put him in css to body{ background-repeat: no-repeat;
background-image: url(‘http://wallpaper.jpg’);
}
in css create class div{border: border:1px solid black; } for all div or .some in html class=“some” or or in css #some and in element html id =“some”

the link to shadow creator https://www.cssmatic.com/box-shadow

1 Like