Skip to content

Deepanshu7573Bansal/Deepanshu_Bansal_7573

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quiz - 1

Web-Dev

  • Upload your answer to quiz folder and add your name folder inside which your answer's file will be added.
  • If file format is not followed properly your answers will not be expected

Q1. Sticky Navigation Bar

  • HTML: Create a simple webpage with a header containing a navigation bar. The navigation bar should include links to different sections on the page.
  • CSS: Make the navigation bar sticky using CSS. This means the navigation bar should stay fixed at the top of the screen even when the user scrolls down the page. Use the position property with appropriate values to achieve this.
  • Also use media queries to turn the navigation bar into a hamburger menu when width is less than 768px.
  • Incorporate and SVG to add hamburger menu. Note: make body height to 5000px so you can scroll and see if your navbar is sticky or not. Good luck!

Q2. Replicate this image.

image

DSA

Go to link: https://www.hackerrank.com/21-days-of-code-2024-quiz1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 35.1%
  • Java 25.8%
  • C 16.2%
  • C++ 12.6%
  • CSS 6.3%
  • Python 3.5%
  • Other 0.5%