p.css 208 B

1234567891011121314151617181920
  1. @charset "UTF-8";
  2. body {
  3. font-family: sans-serif;
  4. text-align: center;
  5. }
  6. h1 {
  7. font-size: xx-large;
  8. text-shadow: 1px -1px 0 #ccc;
  9. }
  10. h1 a {
  11. color: #0062be;
  12. text-decoration: none;
  13. }
  14. img {
  15. border: 0;
  16. }