0% found this document useful (0 votes)
42 views

Css Assignment

The document provides instructions for a CSS assignment to modify an existing movie web page. Students are asked to apply various CSS styles to elements on the page, including centering and changing colors of headings, floating and sizing images, styling tables and lists, changing background colors and images, and removing underlines from links. All styles must be applied using CSS selectors by a deadline of next week.

Uploaded by

api-295680421
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
42 views

Css Assignment

The document provides instructions for a CSS assignment to modify an existing movie web page. Students are asked to apply various CSS styles to elements on the page, including centering and changing colors of headings, floating and sizing images, styling tables and lists, changing background colors and images, and removing underlines from links. All styles must be applied using CSS selectors by a deadline of next week.

Uploaded by

api-295680421
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

CSS Assignment

Modifyyourexistingmoviewebpagefromlastweek.

Completethefollowingduringclassthisweekandhanditinbeforethefirstlessonofnextweek.

AllstylesmustbeappliedusingCSS.
1. Styletheheadingofyourwebpage<h1>
a. Alignment=center
b. Changethecolor
c. Addatextshadow

2. Styletheposterimage
a. Floattheimagebesidethetextcomesafterit
b. Clearthefloatbeforethetableofcontents
c. Setthemargin=10pixels

3. Stylethetableofcontentslist
a. Listmarkers=square

4. StyletheCasttable
a. Width=100%
b. Addpaddinginsideeachcell<td>
c. Addaborder
d. Changetheheightofeachcell<td>

5. Stylethebackgroundofthebody
a. Changethecolor
b. Setanimage

6. Styleallsubheadings<h2>,usingtheclassselector
a. Centerthetext

7. StyletheStorylineheadingusingtheidselector
a. Changethecolorandfontsize

8. Styleallparagraphs<p>usingtheelementselector
a. ChangetheFontFamily

9. Stylethelinks
a. Removetheunderlinewhenthemousehoversoveranylink.

You might also like