https://github.com/edumigueis/css-zen-garden-challenge
The css zen garden challenge. Where, there is a template html that remains unchanged and a blank canvas of css.
https://github.com/edumigueis/css-zen-garden-challenge
challenge css css-challenge css-zen-garden design sass sass-files scss web-design
Last synced: about 1 month ago
JSON representation
The css zen garden challenge. Where, there is a template html that remains unchanged and a blank canvas of css.
- Host: GitHub
- URL: https://github.com/edumigueis/css-zen-garden-challenge
- Owner: edumigueis
- License: mit
- Created: 2020-09-02T11:55:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-18T19:06:11.000Z (over 4 years ago)
- Last Synced: 2025-02-01T21:34:29.156Z (3 months ago)
- Topics: challenge, css, css-challenge, css-zen-garden, design, sass, sass-files, scss, web-design
- Language: SCSS
- Homepage: https://edumigueis.github.io/css-zen-garden-challenge/
- Size: 1.97 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# css-zen-garden-challenge
[Live Demo](https://edumigueis.github.io/css-zen-garden-challenge/)> The css zen garden challenge. Where, there is a template html that remains unchanged and an blank canvas of css. You can find more info about this challenge at: http://www.csszengarden.com/.
[](http://badges.mit-license.org)
[]()
- This app was made with scss to make it easier to code and more browser compatible, since the pre-processor adds multiple property types. For example if you say: height: fit-content; the pre-processor adds moz-fit-content and webkit-fit-content.
---## Installation
- To run this project you need to download the files and open the html file in a browser.
### Clone
- Clone this repo to your local machine using `https://github.com/edumigueis/css-zen-garden-challenge`
## Contributing
> To get started you have to fork and clone the repository. Then, you can create pull requests.
### Step 1
- **Option 1**
- 🍴 Fork this repo!- **Option 2**
- 👯 Clone this repo to your local machine using `https://github.com/edumigueis/css-zen-garden-challenge.git`### Step 2
- **Go coding yey!** 🔨🔨🔨
### Step 3
- 🔃 Create a new pull request using `https://github.com/edumigueis/css-zen-garden-challenge/compare`.
---
## License
[](http://badges.mit-license.org)
- **[MIT license](http://opensource.org/licenses/mit-license.php)**
- Copyright 2020 © Eduardo Migueis.