Skip to content

Instantly share code, notes, and snippets.

@KensonPlayz
Created March 6, 2024 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KensonPlayz/7a8ecc40e0eaaeb7c7369bb9631d4796 to your computer and use it in GitHub Desktop.
Save KensonPlayz/7a8ecc40e0eaaeb7c7369bb9631d4796 to your computer and use it in GitHub Desktop.
/* Paragraph Justify */
.ppara {
text-align: justify;
}
/* Float Right/Left */
.fr {
float:right;
max-width: 350px;
margin:0 10px 5px 0;
padding-left: 15px;
}
.fl {
float:left;
max-width:350px;
margin:0 10px 5px 0;
padding-right: 15px;
}
/* CamelCase and Center Headers */
.ph {
text-align: center;
text-transform: capitalize;
text-shadow: 4px 4px rgba(123, 25, 15, 0.5);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment