Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 638 Bytes

CONTRIBUTING.md

File metadata and controls

21 lines (17 loc) · 638 Bytes

Contribution Guide

Welcome and thank you for sharing your CSS pun here! 😊

Add your CSS pun at the top in the README.md page in the following format.

  • Add ```css in a new line before writing your pun
  • In the next line, type your pun
  • Add ``` in a new line after the pun
.ninja {
  visibility: hidden;
  color: black;
}

Submitting a pull request

  • Fork and clone the repository.
  • Add your pun after adding a line.
  • Push to your fork and submit a pull request.
  • Laugh at your own pun and wait for your pull request to be reviewed and merged.