Giter Site home page Giter Site logo

villian79 / course-advanced-css-and-sass Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 35.13 MB

Learning repo based on "Advanced CSS and Sass: Flexbox, Grid, Animations and More!" course by Jonas Schmedtmann

License: MIT License

CSS 24.30% HTML 36.00% SCSS 39.69%

course-advanced-css-and-sass's Introduction

Course: Advanced CSS and Sass

Learning repo based on "Advanced CSS and Sass: Flexbox, Grid, Animations and More!" course by Jonas Schmedtmann

Projects completed:

# Project name
1. Natours
2. Trillo
3. Nexter

Link to the Course: https://www.udemy.com/course/advanced-css-and-sass/

Link to images resource used: https://unsplash.com/

link to videos resource used: https://coverr.co/

link to SVG resource used: https://icomoon.io/

Link to the Resources Page: https://codingheroes.io/resources/

Main Objective: Recover my knowledge of CSS

course-advanced-css-and-sass's People

Contributors

villian79 avatar

Watchers

 avatar

course-advanced-css-and-sass's Issues

Use BEM in the project

To create a scalable, component-based website, we need to use BEM model.
BEM: block__element--modifier
Details here

Create nice animated button on Hero page

Design requirements:

  • Button color: white
  • Button corners: rounded
  • Shadow at the bottom and to the right
  • When the button clicked, the effect should be like a button pressed a bit
  • When the button hovered, the animation should be like the button spreads and fades away to its sides

Add animation on Header text for better UI

Add a small sliding animation to the Header text for a better user experience.

Proposals:

Have two lines of the header text slide to the center from different directions. Top from left to right, bottom from right to left.

Simple CSS reset for the project

Before starting a project, we need to write a basic CSS reset to remove default browser styling.
A CSS reset is a snippet of code placed at the beginning of the CSS cascade to set, reset or 'normalize' default styling, establish a predictable starting point for customization, and improve cross-browser consistency.

Adjust all static px values to rem

Using rem values makes further development easier, so we need to change fixed px values to rem

What needs to be done:

  • - Create initial root font-size in % of the initial root size value. The default root size for browsers is 16px, but it can be changed by the user. So we need to take this into account.
  • - Replace all static values in px with rem values
  • - Apply Reset settings to all ::before and ::after elements on the page
  • - Have all elements on the page inherit the box-sizing value of the body element

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.