--- id: 5f46e7a4750dd05b5a673920 title: Part 89 challengeType: 0 --- ## Description Now apply the `address` class to the `p` element containing the address. ## Tests ```yml tests: - text: Test 1 testString: '' ``` ## Challenge Seed ```html Camper Cafe Menu CAMPER CAFE Est. 2020 Coffees French Vanilla3.00 Carmel Macchiato3.75 Pumpkin Spice3.50 Hazelnut4.00 Mocha4.50 Desserts Donut1.50 Cherry Pie2.75 Cheesecake3.00 Cinammon Roll2.50 --fcc-editable-region-- --fcc-editable-region-- ``` ```css body { background-image: url(https://tinyurl.com/coffee-beans-fcc); font-family: sans-serif; padding: 20px; } h1 { font-size: 40px; margin-top: 0; margin-bottom: 15px; } h2 { font-size: 30px; } .established { font-style: italic; } h1, h2, p { text-align: center; } .menu { width: 80%; background-color: burlywood; margin-left: auto; margin-right: auto; padding: 20px; max-width: 500px; } hr { height: 2px; background-color: brown; border-color: brown; } .bottom-line { margin-top: 25px; } h1, h2 { font-family: Impact, serif; } .item p { display: inline-block; margin-top: 5px; margin-bottom: 5px; font-size: 18px; } .flavor, .dessert { text-align: left; width: 75%; } .price { text-align: right; width: 25% } /* FOOTER */ footer { font-size: 14px; } .address { margin-bottom: 5px; } a { color: black; } a:visited { color: black; } a:hover { color: brown; } a:active { color: brown; } ```
Est. 2020
French Vanilla
3.00
Carmel Macchiato
3.75
Pumpkin Spice
3.50
Hazelnut
4.00
Mocha
4.50
Donut
1.50
Cherry Pie
2.75
Cheesecake
Cinammon Roll
2.50