EvaRoets / css-integration

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

Home Page:https://evaroets.github.io/css-integration/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://evaroets.github.io/css-integration/


Languages

Language:HTML 74.6%Language:SCSS 25.4%