Skip to content
Deepak Ramalingam edited this page Feb 17, 2023 · 7 revisions

About

We will use CSS to style our pages.

CSS, also known as Cascading Style Sheets is a style sheet language used for describing the presentation of a document.

Good resource to learn CSS: https://www.w3schools.com/css/

Get Started

We will use CSS to style index.html and rate-movie.html

Styling index.html

In the header we will link the style sheet file and define classes for each relevant element

Then, we will define our styles

Styling rate-movie.html

In the header we will link the style sheet file and define classes for each relevant element

Then, we will define our styles

Clone this wiki locally