p, li, a
This is a paragraph. Lists and anchors all have the same size and color.
- font-family: 'Dark Potion 27', sans-serif;
- font-size: 24px;
- line-height: 1.5;
ol
- Ordered List
- Ordered List
- margin: 20px 0px 20px 80px;
ul
- Unordered List
- Unordered List
- margin: 20px 0px 20px 40px;
- list-style-type: square;
li
- color: #54FC4D; (Screamin Green)
- margin-bottom: 0px;
a
Anchor
p, a
- margin: 20px 0px 20px 40px;
table, th, td
| th |
Table Header |
| Table Data |
td |
- font-family: 'Dark Potion 27', sans-serif;
- border: 5px solid;
- border-color: #ff24e2;
- font-size: 25px;
- color: #ff24e2;
- border-collapse: collapse;
The page margin is a class that contains everything on the screen except full screen elements. In this example, it has a border to shows the area it takes up.
- margin: 20px 40px;
- padding: