Skip to content

Responsive Side Navigation Bar in HTML CSS And JavaScript

Notifications You must be signed in to change notification settings

davidchaves/responsive-sidebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

responsive-sidebar

Contents

About

Create a list of nav links in the sidebar and when the user clicks on the menu icon this should cause the sidebar to change to "open", showing icons and text, and "closed", showing only the icons.

Layout

Tech

  • HTML
  • CSS
  • JavaScript

Style Guide

Colors:

:root {
  --body-bg-color: #dce4e3;
  --green: #18c29c;
  --light-green: #8ed7c6;
	--light-grey: #dce4e3;
  --text-color: #084236;
}

Font types:

font-family: Poppins
font-weight: 400 e 500
(you can find the font in Google Font)

Author

David Willian

About

Responsive Side Navigation Bar in HTML CSS And JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published