Skip to content

mateuslsilva28/Blogr-FrontEndMentor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blogr - Front-End Mentor

Blogr is a modern publishing platform. An editor that supports blog management

Project developed after the Sass course by instructor Matheus Battisti | Udemy and after the Rocketseat Masterclass: "Dê super poderes ao CSS com SASS"


In this project, I learned many important concepts of the Sass preprocessor, such as Variables, Partials, Chaining, Mixins, Nesting, Conditionals, Repetitions, Functions, Inheritance and Referencing

Made with dedication by Mateus Coelho da Silva

📷 Screenshoots

Desktop

Mobile


🚀 Technologies

In this project I used the following technologies

✨ Contributing

  • Fork this repository;
  • Create a new branch to develop your feature: git checkout -b my-feature;
  • Commit your changes: git commit -m 'feat: my new feature';
  • Push to your branch: git push origin my-feature.