HTML & CSS Basics - Homework€¦  · Web view06.10.2014  · Author: Software University...

4
© Software University Foundation (softuni.org ). This work is licensed under the CC-BY-NC-SA license. Follow us: Page 1 of 4 Homework: CSS-Overview This document defines homework assignments from the “Web Fundamentals (HTML & CSS)“ Course @ SoftUni . Please submit as homework a single zip / 7z archive holding the source code of all below described problems. Problem 1. World Cup Brazil Create a HTML page like the image below. 100% accuracy is required. Use external CSS file for the styles. Button images and flag images must be linked through the CSS file. Problem 2. Color Kitchen You are given an HTML file ColorKitchen.html and result.png. Apply styles to the html file and make it look like the result.png (the last image below). 100% accuracy is required. Use external CSS file for the styles. You are given the background image as well. Make the menu hover as in the following images (the link for an article must hover with the color of the article’s header). Visited links must be gray. Not visited links must be black, as shown in the pictures above (“Web Safe Colors” is not visited, “Lorem Ipsum” is visited).

Transcript of HTML & CSS Basics - Homework€¦  · Web view06.10.2014  · Author: Software University...

Page 1: HTML & CSS Basics - Homework€¦  · Web view06.10.2014  · Author: Software University Foundation Created Date: 06/16/2014 05:51:00 Title: HTML & CSS Basics - Homework Description:

© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.

Follow us: Page 1 of 3

Homework: CSS-OverviewThis document defines homework assignments from the “Web Fundamentals (HTML & CSS)“ Course @ SoftUni. Please submit as homework a single zip / 7z archive holding the source code of all below described problems.

Problem 1. World Cup BrazilCreate a HTML page like the image below. 100% accuracy is required. Use external CSS file for the styles. Button images and flag images must be linked through the CSS file.

Problem 2. Color KitchenYou are given an HTML file ColorKitchen.html and result.png. Apply styles to the html file and make it look like the result.png (the last image below). 100% accuracy is required. Use external CSS file for the styles. You are given the background image as well.

Make the menu hover as in the following images (the link for an article must hover with the color of the article’s header). Visited links must be gray. Not visited links must be black, as shown in the pictures above (“Web Safe Colors” is not visited, “Lorem Ipsum” is visited).

Constrains: You are NOT allowed to change the HTML file. Do not use an image for the header of the page!

Page 2: HTML & CSS Basics - Homework€¦  · Web view06.10.2014  · Author: Software University Foundation Created Date: 06/16/2014 05:51:00 Title: HTML & CSS Basics - Homework Description:

© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.

Follow us: Page 2 of 3

Page 3: HTML & CSS Basics - Homework€¦  · Web view06.10.2014  · Author: Software University Foundation Created Date: 06/16/2014 05:51:00 Title: HTML & CSS Basics - Homework Description:

© Software University Foundation (softuni.org). This work is licensed under the CC-BY-NC-SA license.

Follow us: Page 3 of 3

Problem 3. *SoftUni Student Before ExamCreate a HTML page like the image below. 100% accuracy is required. Use only <div>s. Use external CSS file for the styles. You might need to use CSS absolute positioning.