Domain Social Forums
Domain Social Forums
>
Development Discussions
>
Web Hosting
> CSS
Full Version:
CSS
You're currently viewing a stripped down version of our content.
View the full version
with proper formatting.
sinelogixtech
11-25-2017, 07:40 AM
HOW TO CREATE CSS FILE?
saurabh mathur
11-28-2017, 08:08 AM
To create your CSS file, follow this code:-
h1 {
color: orange;
text-align: center;
}
Hopefully, your CSS file will be created and saved.
Domain Social Forums
>
Development Discussions
>
Web Hosting
> CSS