Basic knowledge of working with files or file management.
Basic understanding of HTML. In order to start learning CSS you have to have a basic understanding of HTML first. If your new to HTML you can install this app.
Learn HTML
defines styles of your web pages including design, layout and variations in display across devices and screen sizes.
CSS can save you a lot of work. An external stylesheet saved as . css can be used to style multiple web pages all at once!
body{
background-color: black;
}
p{
font-size: 20px;
color: gold;
}
CSS is very fun to learn especially with our Try it Yourself Editor. So keep learning and enjoy!