/08_cc-visual-rules

08_cc-visual-rules

Primary LanguageHTML

Codecademy Let's Go Exploring website

Purpose

The main purpose of this Codecademy exercise is to practice HTML and CSS by creating a static website.

HTML elements

  • link
  • header
  • nav
  • ul
  • li
  • main
  • h1
  • p
  • a

CSS declarations

  • height: 50px;
  • opacity: 0.5;
  • font-family: 'Josefin Sans', sans-serif;
  • color: white;
  • background-color: lightcyan;
  • background-image: url('');
  • font-size: 40px;
  • font-size: 20px;
  • font-weight: bold;
  • text-align: right;
  • color: white;
  • background-color: rgba(0,0,0,0.5)