
All CSS Codes must start with
.class name{ }
Examples below:
Example #1
.form-label{
color: pink;
background-color: blue;
}
Example #2
.btn{
color: orange;
background-color: green;
height: ?px;
border-radius: ?px;
border-color: purple;
border: ?px;
}
Example #3
.multiselect-dropdown{
color: green !Important;
width: 460px !Important;
}
Example #5
.radio-btn{
color: red;
}
Example #6
.ui-inputtext{
color: blue !Important;
background-color yellow !Important;
}
Example #7
.form-control{
color: red !Important;
background-color: yellow !Important;
}
Example #8
.form-control{
background-color: yellow;
color: blue;;
text-shadow: 0 5px;
border: 5px dashed;
}