Cocktail-DB/static-storage/css/cocktail.css

13 lines
226 B
CSS
Raw Normal View History

2020-06-03 14:57:09 +00:00
2020-06-03 17:02:32 +00:00
.text-on-header{
2020-06-03 14:57:09 +00:00
color: black;
font-family: 'Pacifico', cursive;
font-size: 20px;
2020-06-03 17:02:32 +00:00
text-transform: uppercase;
}
.text-on-body{
color: black;
font-family: 'Indie Flower', cursive;
font-size: 25px;
}