Skip to content

This repo contains all files for the css-integration challenge, a trial run test that is part of BeCode's Full Stack Junior Web Developer training

Notifications You must be signed in to change notification settings

EvaRoets/css-integration

Repository files navigation

Drill: Learn CSS Integration

Watch the result of this project >> here

grunt test 2

🎯 Objectives

  • Build two full CSS integrations

���️ Specifications

  • Create a standard html page based on this template for each interface:
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Interface #</title>
  </head>
  <body>
    <!-- Your code here -->
  </body>
</html>
  • Create a standard style.css stylesheet and link it to the HTML page
  • Add the relevant HTML and CSS code so that the end result looks as similar as possible to the provided high-fidelity mockup images.

🌱 Must-haves

1️⃣ Git

2️⃣ Html & CSS

  • HTML code is valid (check with an online validator), semantic and well indented
  • CSS code is valid, relevant and well indented
  • The visual end result matches the challenge requirements.

3️⃣ Deploy

  • The work is deployed and viewable by anyone.

About

This repo contains all files for the css-integration challenge, a trial run test that is part of BeCode's Full Stack Junior Web Developer training

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published