Fun Things to Do with CSS
Google Fonts
The main reason folks use a graphics program to create a header is to utilize all the pretty fonts they have on their computer. You can assign any font you want to your page but if I don't have that font on my device, I won't see it. Until a few years ago, the only alternative was to create a graphic with the font.Google has come up with a way for people to utilize really cool fonts without having to worry about whether other folks have them.
Once you assign one of these fonts to your page, you can decorate it to your heart's content.
The first step is to add another stylesheet to the head of your page.
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Ultra">
Then use this font for your text. font-family : 'Ultra', serif;
You can use as many stylesheet lines as you want.
Beaches in Galveston
Beaches in Galveston
Beaches in Galveston