Boiler Plates
vibe coding projects
git repo pages
HTML Page Templates
sidebar-html-page-temp
HTML - Tools
element Finder - html
for copying elements to find within the html
element Finder - html - css getter
for copying elements to find within the html
Js HTML - Temps
drop-down menus
video Scroll Text
JS Scripts
nav Focus
navigation
letterFocus
num letter focus
├── css │ ├── copy-code.css │ ├── dark-mode.css │ ├── footer-extended-nav.css │ ├── footer-simple-nav.css │ ├── header.css │ ├── responsive.css │ ├── styles-main-boiler-plate.css │ └── utilities │ ├── layout.css # (flex, grid) overflow │ ├── borders.css # border-width, radius, border-style │ ├── text.css # font-size, font-weight, alignment, whitespace │ ├── colors.css # text colors, background colors │ ├── effects.css # shadows, opacity, transitions (optional) │ ├── spacing.css # margin, padding, gap │ ├── sizing.css # width/height utility classes like .w-100, .h-full (optional) │ ├── zindex.css # optional, if you want fine-grained z-index layering │ ├── position.css # top/left/right/bottom, maybe position itself │ └── text.css ├── css-temps │ └── border-colors-snips.css
darkmodeBtn
(
⇧
+ K )
# flex, grid, width, height │ ├── spacing.css │ │ ├── borders.css │ ├── colors.css │ └── effects.css └── main.css # imports all of the above