paulinevalero / vanilla-css

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vanilla CSS Test

In this test you need to code this design using HTML5 and CSS3.

Offices

You can find the complete Figma file here.

You will need to inspect the file to get the font and link it from the Google Fonts CDN, as well as to get the colors and sizes of each element.

Starting the test

  1. Fork this repo
  2. Download the project
  3. Install the dependencies with yarn install
  4. Start the project with yarn start

You should now have a live server running on http://localhost:1234/

Tips

  • Use flexbox or grid for the layout.
  • A basic SASS configuration is included, so, go ahead and nest your styles!
  • Remember the correct semantic tags for each part, but don't overthink it too much.

Deliverable

You have until October 14th to make a pull request like we used to a year ago 🥺

About


Languages

Language:HTML 80.3%Language:SCSS 19.7%