+ 2

How to make a css file

20th Nov 2021, 5:14 PM
Arnold
3 Answers
+ 2
First learn how to Code. You need a text editor Write code And save it with extension .css
20th Nov 2021, 5:43 PM
MATOVU CALEB
MATOVU CALEB - avatar
+ 1
Make a `foo.css` file and write in it your code like bellows: body { background-color: lightblue; } ---------------- Also you can put this code in your html file as: <style> body { background-color: lightblue; } </style>
20th Nov 2021, 6:11 PM
Seyed Mahmoud Khademiyan
+ 1
Save it with an extension .css
21st Nov 2021, 12:44 AM
š“š“·š“¼š“±š“²š““š“Ŗ (Anshika)
š“š“·š“¼š“±š“²š““š“Ŗ (Anshika) - avatar