p {
font-variant: small-caps;
}
Styling links is just like styling normal text. We can use all of the same properties that we can for normal text (colour, background, font size, etc), but we also get access to some modifiers that allow us to directly target the state of the link. Let’s look first at styling a standard link.