-
Notifications
You must be signed in to change notification settings - Fork 0
3. CSS
Deepak Ramalingam edited this page Feb 17, 2023
·
7 revisions
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/
We will use CSS to style index.html
and 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
In the header we will link the style sheet file and define classes for each relevant element
Then, we will define our styles