+ 2

Can someone put me through CSS

11th Jun 2017, 9:08 PM
Tayo Adeoye
Tayo Adeoye - avatar
3 odpowiedzi
+ 2
But Sololearn also has a great course you could follow! I learned the basics of web development here on Sololearn
11th Jun 2017, 9:25 PM
Limitless
Limitless - avatar
+ 1
K.
11th Jun 2017, 9:26 PM
Tayo Adeoye
Tayo Adeoye - avatar
+ 1
css is make-up for html . and that means CSS describes how HTML elements should be displayed. For example you write a simple html code: <html> <body> <p> Hello world </p> </body> </html> if you add after <body> <style> p { color: red; } </style> it tells the browser to make the text color with in the tag <p> red you can learn all about it here https://www.sololearn.com/Course/CSS/
11th Jun 2017, 9:48 PM
soulbog
soulbog - avatar