A New Way to Organize CSS Attributes


/ Published in: CSS
Save to your folder(s)

I just thought of a great new way to organize your CSS attributes: use the first letter of a each attribute to write words that other developers will find hilarious!


Copy this code and paste it in your HTML
  1. .selector {
  2. width: 1337px;
  3. overflow: hidden;
  4. opacity: .8;
  5. text-decoration: none;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.