public.css 314 B

12345678910111213141516171819
  1. .bbs {
  2. text-align: left;
  3. background-color: #668B8B;
  4. color: white;
  5. }
  6. .title {
  7. text-align: center;
  8. background-color: antiquewhite;
  9. font-size: 25px;
  10. font-weight: bold;
  11. }
  12. .content {
  13. margin-top: 20px;
  14. margin-bottom: 20px;
  15. margin-left: 100px;
  16. margin-right: 100px;
  17. }