Giter VIP home page Giter VIP logo

rzhade3.github.io's Introduction

Personal Website

This is a repository for the landing page of my personal web page. You can find it here

rzhade3.github.io's People

Contributors

rzhade3 avatar benemdon avatar

Stargazers

Khom Raj Thapa Magar avatar

Watchers

 avatar

rzhade3.github.io's Issues

Dark Mode

Helloooo, kind sir. ๐Ÿ‘‹๐Ÿพ

You should add a Dark Mode to your website. Your CSS could be something simple like:

/* default CSS aka your website right now */
body {
  background-color: #fff;     /* background */
  color: #000;                /* for text */
}

/* dark mode */
@media screen and (prefers-color-scheme: dark) {
  body {
    background-color: #222;  /* charcoal instead of complete black */
    color: #fff;
  }
}

prefers-color-scheme will automatically detect whether a user should have light or dark mode. An example would be macOS when it shifts to dark mode at night time. Your website will do the same.

Screenshot for reference:

rzhade3 dark mode implementation


If you want more info on the world of dark mode and stuff, I highly recommend this article on CSS Tricks.

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.