William and Joshua's Styling Tutorial
It all begins with the class tag, to make a class you have to put "class" in a tag. *im replacing the bracket with a period for reference* For example with a class named abracadabra,
".h1 class=abracadabra. ./h1." after you make a class, you want to reference it to actually apply something to the affected class. You can do this by putting a .style. down and inside of that putting the name
of the class with a period infront of it, then putting a {} down. For example
.style.
.abracadabra{
text goes here
}
the "text goes here" can be replaced with numerous tags. To finish off this simple tutorial, i will list tags to replace the blablabla.
color:rgb(0,0,0);
font-size:100px;
text-align:center;
here are some examples of the tags being used: