Skip to content

Files

Latest commit

 

History

History
This branch is up to date with polito-webapp1/lab-2024:main.

lab04-html-css

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Apr 16, 2024
Apr 17, 2024
Apr 23, 2024
Apr 9, 2024

Lab 04: Getting started with HTML and CSS

The files in this folder are structured as follows:

  • FilmLibrary.png: a representation of the desired application's layout.
  • index-not-responsive.html: the HTML page designed to be rendered only on a desktop screen (Exercise 1).
  • index.html: the same HTML page designed in a responsive way (Exercise 2).
  • style.css: a CSS file used by both the previous two HTML files.

The desired layout should be similar to the following picture:

This picture shows a possible layout for the applicaiton