display background color for the page & align texts at center

后端 未结 3 1180
甜味超标
甜味超标 2020-11-30 15:54

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

3条回答
  •  北荒
    北荒 (楼主)
    2020-11-30 16:25

    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.

提交回复
热议问题