This is an old revision of the document!


01. [20p] Minor Design Changes

Our customer wants to make some changes to the website's design:

  • Add a header image with our logo at the top
    • Several candidates are present inside public/images/;
    • Hint: check out style.css for existing definitions!
  • Change the color (maybe something blue? depends on the image);
  • Make the content box have rounded borders (try 15px);
  • Insert some dummy content text (e.g., Lorem Ipsum);

Hint: search for TODOs inside HTML and CSS!

For linking images (or any other web resources, really): remember Unix relative paths (./path/to/file.jpg)? HTML has them (those URLs will be relative to your current file - as seen by the browser)!

In some cases (webpage has sub-paths, e.g., /account/details.html), you may also use absolute URLs (path begins with a / representing the server's root directory).

ii/labs/s2/02/tasks/01.1681204015.txt.gz ยท Last modified: 2023/04/11 12:06 by radu.mantu
CC Attribution-Share Alike 3.0 Unported
www.chimeric.de Valid CSS Driven by DokuWiki do yourself a favour and use a real browser - get firefox!! Recent changes RSS feed Valid XHTML 1.0