Using Bullets to Describe Cars

You've come to the right place! Here are some bullet points about the most iconic vehicles:

body { background-color: #ffcc00 !important; color: #333333 !important; font-family: 'Open Sans', sans-serif; margin: 0; padding: 0; width: 100%; border: 4px solid #333333; box-sizing: border-box; box-shadow: 0 0 10px #333333; } #main-title { font-size: 36px; font-weight: bold; line-height: 1.2; color: #ff0000; border-bottom: 4px solid #333333; margin-bottom: 10px; text-align: center; padding-bottom: 20px; } .main-text { font-size: 18px; font-weight: normal; line-height: 1.2; color: #333333; margin-top: 10px; padding-top: 10px; text-align: center; border-bottom: 2px solid #333333; } .bullets { list-style: none; padding: 0; margin: 0; text-align: center; font-size: 18px; } .bullets li { margin-bottom: 5px; padding: 5px; border-bottom: 2px solid #333333; } .bullets a { color: #ff0000; text-decoration: none; border-bottom: 2px solid #333333; } .bullets a:hover { color: #ff0000; text-decoration: none; border-bottom: 4px solid #333333; }