CSS Assignment
CSS Introduction ASP.NET Fundamentals
In this assignment, you will take a complete HTML page (either the one you made in the HTML fundamentals exercise or the base page provided), and style it using CSS.
You are not allowed to make modifications to the page ā it should be unchanged, with the possible exception of adding classes or ids to elements.
Required Features:
- All text on the page should use a sans-serif font family.
- The page should be 1024 pixels wide, and be centered on the page, with equal margins to the left and right.
- Give the page the following appearance, using only your own CSS code.
- (The gray boxes show where elements should be positioned ā you do not need them to appear as gray boxes on the page)
Optional Features:
- The second paragraph of the first article element should be written in bold text, with a blue text colour.
- In the unordered list in the side content, items should appear in alternating colours (green and red, as a suggestion).
Code Requirements:
- All the CSS code should come from the same file, and be linked into the HTML file through a link tag ā there should be no style tags or style attributes in the HTML file at all.
Expected Duration: 2 Days
Subjects Covered:
CSS
Selectors
Styling Rules