top of page
Search


Designing with CSS! Part 3!
Written By: Isha Jani CSS stands for Cascading Style sheets. CSS is used to design the style and layout of web sheets. CSS has many uses including adding font, colors, spacing, borders, and size to make your website more fun and interesting. The following will dive into the specifics of using CSS. CSS is built on top of the HTML code, is coded into a separate file called a style sheet and linked to the HTMl file with a <link> tag. When adding CSS, first type the section of t

Sejal Bilwar
Jan 232 min read
bottom of page



