Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 783 Bytes

File metadata and controls

19 lines (14 loc) · 783 Bytes

U - CSS

The purpose of these practices is to help Front End developers understand useful css concepts. You'll learn best practices and everyday use cases so you can avoid common mistakes.

How to start?

Before taking this course, you should have at least a basic knowledge of css. Given that, we have a course prepared for you at Talos html and css course, then go to content index to see the practices.

Install

To run the examples follow the commands below:

$ npm install http-server -g
$ cd u-css/
$ http-server ./src -p 3000

To view your project, go to: http://localhost:3000/