-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e53f188
commit 48c6eb0
Showing
1 changed file
with
26 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# CSS Mini Project: Color Markers | ||
|
||
## Description | ||
|
||
A simple project to practice CSS styling. This project is a simple webpage with a list of color markers. | ||
|
||
## Features | ||
|
||
**CSS** | ||
|
||
- Linear Gradient Background | ||
- Box Shadow | ||
- rgb function | ||
- rgba function | ||
- hsl function | ||
- hsla function | ||
|
||
## Live Demo | ||
|
||
[Color Markers](https://eddking-qs.github.io/CSS-Mini_Projects-Color_Markers/) | ||
|
||
## Disclaimer | ||
|
||
- This project will not be updated or maintained. It is a simple project to practice CSS. | ||
|
||
Feel free to star or fork this project and style it as you wish. |