arlo atomickk's profile picture

Published by

published

Privacy: Link-only
Category: Web, HTML, Tech

Some text settings

<style>

/*TEXT SETTINGS*/

main p{

   letter-spacing: INSERTpx;

   font-weight: INSERT NUMBER

   line-height: INSERT NUMBER;

   color: INSERT COLOUR;

   text-align: CENTER/LEFT/RIGHT

}

</style>


What I use: can give you an idea of what numbers would be like:

<style>

main p{

   letter-spacing: 2px;

   font-weight: 700; 

   line-height: 1.5;

   color: white;

   text-align: center

}

</style>


Comments

Displaying 0 of 0 comments ( View all | Add Comment )