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.

notice.css 179B

1234567891011
  1. #notice {
  2. position: relative;
  3. z-index: 3;
  4. margin-top: 6px;
  5. }
  6. #noticeText {
  7. background-color: #000000;
  8. color: white;
  9. padding: 3px;
  10. border-radius: 5px;
  11. }