Skip to content

hstrada/pure-css

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

purê_css

FrontEnd app to generate border radius css style.

Index

🚀 Project Summary

CSS Border Generator

👨‍💻️ Technologies Used

This project was developed using the technologies bellow:

FrontEnd

IDE


📦️ How to run the project

To clone the project, use the commands bellow:

  # Clone the repository
  ❯ git clone https://github.com/hstrada/pure-css.git

  # Enter directorycd pure-css

FrontEnd

Chrome, Firefox, IE, Edge, Safari or any other browser

  # Enter frontend directory
  > cd pure-css

  # Double click on main file
  ❯ index.html

🤔️ How can you contribute?

  1. Create a branch with your feature:
    • $ git checkout -b my_feature
  2. Commit your branch:
    • $ git commit -m "feature: My new feature"
  3. Submit your branch:
    • $ git push origin my_feature

Tasks

  • 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

Made with 💛 by Matheus and Helena!