Popular posts from this blog
Skills that every undergrad must know in 2021
If you are regularly burning the oil and still there are so many more things to do, the question is always hang up that, how can I get more? how to become more productive? how can I find more time? let's extract something from the given stuff to find the answer to the above questions... Hey, today I am sharing some skills or maybe professions that every college undergrad must adapt to build up a strong profile to land up in the job or something else that you want, These skills are high in demand, and a couple of technical or some non-technical...I have just mentioned some of the skills and their resources, If you are interested in them just go through them, I strongly recommend that just google what you want to explore and spend some time on that thing.
Dark/Light Mode with the help of JS
Created a simple Dark and Light Mode toggle with the help of HTML, CSS, and Javascript. The basic idea is we have to create a class that gonna changes the theme of our body. JavaScript helps us to create a function to shift from one mode to another. In CSS we have to provide contrast color scheme to text and body so it can be well integrated with the theme. Working Link: Link