Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 773 Bytes

README.md

File metadata and controls

23 lines (12 loc) · 773 Bytes

Nexter - Build A Responsive Website Using CSS Grid

image

Link to demo

Nexter CSS Grid Demo Site

Project Description

The goal of the project was to produce a completely responsive, single-page website that demonstrates the usage of CSS Grid in as many ways as possible.

The website is for a fictional company that sells luxury homes across the world.

The Nexter project is part of the Advanced CSS and SASS course by Jonas Schmedtman https://www.udemy.com/course/advanced-css-and-sass/learn/lecture/8859702#overview

Getting Started with Nexter

Use Live Server to see the site on the browser.

[to watch changes on the browser] npm run watch:sass

[to build] npm run build:css