Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

TetrisArchive/css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 

Repository files navigation

css ⚒️

Some amazing CSS resources.

Contents

Dark Colors

Utility Snippets

Dark Colors:

:root {
    --bg-dark: rgb(23,23,23);
    --margin-dark: #3b3a3a;
    --secondary-bg-dark: rgba(38,38,38,.3);
    --special-text: rgb(214, 187, 187);
    --tertiary-background-color: #232325;
}

Utility Snippets:

/* this code removes blue section when someone click on image on mobile  */
* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
}

About

⚒️ CSS Utility Snippets

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published