Skip to content

Here im create design dark theme and light theme use HTML5 & CSS3, and JS and this design already responsive design on deskop or mobile :)

Notifications You must be signed in to change notification settings

last-endcode/DarkTheme-HTML5-CSS3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DarkTheme-HTML5-CSS3

This website is created using HTML5 and CSS3, Here I made it with a little bit of javascript and already responsive design for mobile and desktop, that every button is clicked automatically it will turn dark, otherwise if you click it again it will return to the default color (white).

const btnForTheme = document.getElementById('lightbtn');

//if clicked 
btnForTheme.addEventListener('click', function () {
  document.body.classList.toggle('dark-theme');
});

Light Theme & Dark Theme

This is a alt text. This is a alt text.

This is a alt text. This is a alt text.

And here for design card, my inspiration from dribbble.

About

Here im create design dark theme and light theme use HTML5 & CSS3, and JS and this design already responsive design on deskop or mobile :)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published