/_natours_landingPage

A landing page built with advanced CSS and Sass

Primary LanguageCSS

Landing page built with Advanced CSS and Sass

Table of Content

General info

For many CSS effects it was used the 'transform' property. For the button animation it was used the 'after' pseudo-element.

Technologies

  • Advanced CSS;
  • Sass pre-processor;
  • EJS
Setup
  • npm run compile:sass -> For running Sass compiler upon changes;

  • node index.js -> For running the server;

Remarks
  • Mastering pseudo-classes and pseudo-elements;
  • Using B.E.M notation for naming classes;