Skip to content

Instantly share code, notes, and snippets.

View swati16's full-sized avatar

Swati Kothari swati16

  • medisystems
  • india mumbai
View GitHub Profile
@swati16
swati16 / dabblet.css
Created April 8, 2020 08:06 — forked from secondfret/dabblet.css
The first commented line is your dabblet’s title
/**
* The first commented line is your dabblet’s title
*/
* {
margin: 0; padding: 0;
}
body {
background: #ededed;
@swati16
swati16 / dabblet.css
Created April 8, 2020 08:04 — forked from secondfret/dabblet.css
Design Shack Respnsive Menu
/**
* Design Shack Respnsive Menu
*/
* {
padding: 0;
margin: 0;
-webkit-box-sizing: border-box;