Domain Social Forums

Full Version: CSS
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HOW TO CREATE CSS FILE?
To create your CSS file, follow this code:-

h1 {
color: orange;
text-align: center;
}

Hopefully, your CSS file will be created and saved.