Giter Club home page Giter Club logo

bootstrapmeeticlone's Introduction

Submodule: MeetiClone with Bootstrap

About

This is submodule of my studying notes which were released as a public project in order to show it as part of a bigger portfolio, in this submodule I portrait the Second website design I learned to create by following the tutorial in the Bootstrap course made by the Mexican programmer and designer Juan Pablo De la torre Valdez in Udemy.

  • Course Name: Boostrap 5 y SASS - La Guia practica - Crea 10 sitios

Deployment

Github Pages Link

Interesting things learned in this Project

Install dependencies for development

npm i --save-dev bootstrap sass

Use of * to avoid having to write custom.$primary

@use '../custom' as *;

.header {
    background-color: $primary;
}

Overwrite Bootstrap-colors

  • In _custom.scss is showed about how to simple modification like colors

overwrite bootstrap mediaquerys

It is possible to overwrite the values, but you need to go into mixins and breakpoints folder to find the names that were given by bootstrap, then you can overwrite it _header.scss shows a simple example

@include media-breakpoint-up(md) {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

When changing something in bootstrap always used the specific property to change instead of using the short css version

Example: instead of writting padding: 3rem 0, use padding-top: 3rem and padding-bottom:3rem

  • Sometimes, some bootstrap clases have a specific value for some of the directions, and I we used the short css rules to do the changes we will be overwriting some default bootstrap values that we were not taking into consideration

bootstrapmeeticlone's People

Contributors

xandro2021 avatar

Watchers

 avatar

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.