purê_css
FrontEnd app to generate border radius css style.
- 🚀 Project Summary
- 👨💻️ Technologies Used
- 📦️ How to install the project
- 🤔️ How can you contribute?
- Tasks
CSS Border Generator
This project was developed using the technologies bellow:
To clone the project, use the commands bellow:
# Clone the repository
❯ git clone https://github.com/hstrada/pure-css.git
# Enter directory
❯ cd pure-css
Chrome, Firefox, IE, Edge, Safari or any other browser
# Enter frontend directory
> cd pure-css
# Double click on main file
❯ index.html
- Create a branch with your feature:
$ git checkout -b my_feature
- Commit your branch:
$ git commit -m "feature: My new feature"
- Submit your branch:
$ git push origin my_feature
- Create main structure
- Create border-width
- Create border-style
- Create border-radius
- Create border-color
- Responsive CSS
- Add color picker to border-color
- Add translation to en
- Refactor observer