Header Design HTML & CSS

 


If you want to customise Header on Region. Then At first remove Page title. (if your Page Mode : Modern Dialog)

--> select the Region 

--> Header text  (copy to paste)

<style>
h1 {
text-align: center;
    color: white;}
</style>
<h1 style="background-color:DodgerBlue;">User Registration form</h1>


If you want to customise Header on Page. 

--> select the Page (as like Page24: User Registration form)

--> Inline (copy to paste)

<style>

h1 {text-align: center;}

</style>

<h1 style="background-color:DodgerBlue;">User Registration form</h1>

Post a Comment

Previous Post Next Post