Skip to content

FakeAlek/gunesCSS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gunesCSS

logo

Version: 1.1.0 Beta

gunesCSS is a modular CSS library featuring utility classes, customizable components, and lightweight animations. It's ideal for rapid frontend prototyping or as a foundation for your own CSS framework.

✨ Features

🧩 Utilities

  • Colors (colors.css): --blue, --green-light, --white-smoke
  • Spacing (spacing.css): .m10, .p50, .mx, px
  • Positions (positions.css): .top, .center, .below, ...

🎞️ Animations (animations/)

  • .fade-in, .fade-out
  • .bounce, .bounceInf
  • .float1, .float2
  • .rainbow
  • .float

🖱️ Button Styles (buttons.css)

  • .BTN3d, .BTNglow, .BTNglass, .BTNpulse
  • Includes hover and active effects

🧾 Base Elements (main.css)

  • Consistent styling for:
    • Text (sizes, colors, outline)
    • Links
    • Inputs

📦 Installation

<!-- Base styles -->
<link rel="stylesheet" href="./css/main.css">

<!-- Utilities -->
<link rel="stylesheet" href="./utilities/colors.css" />
<link rel="stylesheet" href="./utilities/spacing.css" />
<link rel="stylesheet" href="./utilities/positions.css" />

<!-- Components -->
<link rel="stylesheet" href="./components/button.css" />

<!-- Animations -->
<link rel="stylesheet" href="./animations/fade.css" />
<link rel="stylesheet" href="./animations/bounce.css" />
<link rel="stylesheet" href="./animations/float.css" />
<link rel="stylesheet" href="./animations/rainbow.css" />

OR

@import url('../animations/fade.css');

@import url('../folder/data.css');

About

gunesCSS is a CSS library for designing websites.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published