Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 2 Next »

In this exercise we will apply styles to the html pages you created in Exercise 1. Do not worry if you have not finished everything, you can either finish your html code or start with styling. Read all the instructions first before you decide what you want to do!

  1. In HTMLexercise folder create a new folder called styles. Within this new folder create one stylesheet file per html page -i.e. AboutMeStyles.css, FavouritesStyles.css, ToDoListStyles.css .

  2. Style your pages the way you like! you can change the background, font, colours, sizes…

  3. Use Bootstrap to make your life easier.

  4. If you see that some styles are repeated, create a new stylesheet file and put the styles there. Include this new file wherever you need these styles.

  • No labels