djledda.de main
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.css 359 B

2 달 전
12345678910111213141516171819202122
  1. .container {
  2. margin: auto;
  3. text-align: center;
  4. width: 100%;
  5. background-color: #fffafa;
  6. box-shadow: #000000;
  7. padding-top: 10px;
  8. min-height: calc(100vh - 10px);
  9. box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  10. @media (min-width: 992px) {
  11. width: 900px;
  12. }
  13. h1 {
  14. margin: 0;
  15. }
  16. }
  17. body {
  18. margin: 0;
  19. }