You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
121 B

3 years ago
  1. *{
  2. margin: 0;
  3. padding: 0;
  4. }
  5. ul,li{
  6. list-style: none;
  7. }
  8. a{
  9. text-decoration: none;
  10. font-size: .15rem;
  11. color: #333;
  12. }