Skip to content
View NikhilMath's full-sized avatar

Highlights

  • Pro
Block or Report

Block or report NikhilMath

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
NikhilMath/README.md

Pinned Loading

  1. NikhilMath.com NikhilMath.com Public

    NikhilMath.com

    HTML

  2. LocalLogan.com LocalLogan.com Public

    A website that shows off whats fun in our local town of Logan, UT.

    HTML

  3. How to Banish .DS_store in Your Repo... How to Banish .DS_store in Your Repo on macOS
    1
    # How to Banish .DS_store in Your Repo on macOS
    2
    ## Step 1 - (Skip to [Step 2](https://github.com/NikhilMath/NikhilMath.com/wiki/How-to-Banish-.DS_store-in-your-repo-on-macOS#step-2) if you don't have .DS_store currently in your repo)
    3
    Paste this into your terminal while you're in your directory to remove existing .DS_Store files from the repository:
    4
    ```
    5
    find . -name .DS_Store -print0 | xargs -0 git rm -f --ignore-unmatch
  4. Bootstrap 5 Media Query to add to th... Bootstrap 5 Media Query to add to the bottom of CSS
    1
    # Bootstrap 5 Media Queries
    2
    
                  
    3
    ```css
    4
    /* ------------------------- Bootstrap Media Queries ------------------------ */
    5
    /* X-Small devices (portrait phones, less than 576px) */