cannabinieri website
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.

11 lines
204 B

3 years ago
  1. img {
  2. width: 100vw;
  3. z-index: 0;
  4. grid-row: 1/25;
  5. grid-column: 1/25;
  6. }
  7. .container {
  8. display: grid;
  9. grid-template-columns: repeat(24, 1fr);
  10. grid-template-rows: repeat(24, 1fr);
  11. }