Skip to content

Latest commit

History

History
23 lines (17 loc) 路 646 Bytes

File metadata and controls

23 lines (17 loc) 路 646 Bytes

Contribution Guide

Welcome and thank you for sharing your CSS pun here! 馃槉

Add your CSS pun at the end of file 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.