Skip to content

Instantly share code, notes, and snippets.

View dbucketweb's full-sized avatar

DevelopmentBucket dbucketweb

View GitHub Profile
@dbucketweb
dbucketweb / Header Layouts
Last active July 10, 2025 10:52
Developmentbucket Codes
<style>
.skin-1-mobile-menu-wrapper {
background: linear-gradient(to bottom right, #fff);
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 999;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
left: -100%;