DEV Community

Deva I
Deva I

Posted on

Simple steps about portfolio project (part-2)

In the previous blog we seen the steps of header.now we can see how to create a steps for the rest of parts section and footer.

STEPS TO CREATE A PORTFOLIO (SECTION PART):
1.Select a section tag.this can be used for partion a content to sections.I need a three sections for my content.so I choose three parts of section.after select a section to insert a content.

2.Then the sections are not aligned.so style the section part , select a section tag in style.give the border to overall section tag,border can be applied.can be remove the unwanted part of border to give width size you want.

3.Next the border not in center, they appears in left side.so give the margin left tag,this tag is used for give a space in our of border.now the box move left side but,not perfectly in center.give the margin auto tag instead of margin left tag.this tag is used for move the box in center.

4.Then give margin top tag it's give space of every section on top and then the section part is over.next to create code for footer part.

FOOTER PART:
1.Select a footer tag to insert a content of footer tag and then give a style,again select a footer tag in style part.

2.Give the border and move the center.add the background colour and give the colour for text.This is steps to create a portfolio project

Top comments (0)