This week, i learned about CSS (cascading style sheet). Basically, it defines how the html elements are displayed.
First you must add link rel= 'stylesheet' href='the name of your file.css'>
Then add the elements that you want to change
Front-family: the front the words will be.
Front-size: you desired size of text
Text-decoration: underline, italic, etc
Colour: can be in hexadecimal code or just the name of the colour
Front- weight: Bold
basically this are the basics to designing a blog.

0 comments:
Post a Comment