docs.rodeo

MDN Web Docs mirror

Challenge: Creating fancy letterheaded paper

{{LearnSidebar}} 

{{PreviousMenuNext("Learn_web_development/Core/Styling_basics/Fundamental_CSS_comprehension", "Learn_web_development/Core/Styling_basics/Cool-looking_box", "Learn_web_development/Core/Styling_basics")}} 

If you want to make the right impression, writing a letter on nice letterheaded paper can be a really good start. In this challenge you will create an online template to achieve such a look.

Starting point

To start this challenge, you should:

Alternatively, you could use an online editor such as CodePen, JSFiddle, or Glitch. You could paste the HTML and fill in the CSS into one of these online editors.

[!NOTE] If you get stuck, you can reach out to us in one of our communication channels.

Project brief

You have been given the files needed to create a letterheaded paper template. You just need to put the files together. To get there, you need to:

The main letter

Hints and tips

Example

The following screenshot shows an example of what the finished design could look like:

Full A4 page with decorative top and bottom border composed of orange, and red shapes, and a red and green badge with Awesome company written on it, below the top border. Above the bottom border is a postal address.

{{PreviousMenuNext("Learn_web_development/Core/Styling_basics/Fundamental_CSS_comprehension", "Learn_web_development/Core/Styling_basics/Cool-looking_box", "Learn_web_development/Core/Styling_basics")}} 

In this article

View on MDN