we have page looking like this : link
we want to display like this :
1)we need to display the text and textfields at the center
2)we need to add the
In order to give Page color at particular section you need to apply the .CSS on div or internal div tag.
just say for the following HTML tag.
If i want to give background color to the particular section of the page having div tag with class as page-title, so i will write the .css code like this:
.career-page-box .page-title{
background: red;
}
// This code is for coloring a particular section of any HTML page by using div tag.