Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- CSS Tutorial
- CSS is the language we use to style an HTML document.
- CSS Example
- body {
- background-color: lightblue;
- }
- h1 {
- color: white;
- text-align: center;
- }
- p {
- font-family: verdana;
- font-size: 20px;
- for more:https://cuty.io/a3QIZFEvNBw
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement