server actix for 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
207 B

2 years ago
  1. .box {
  2. z-index: 1000;
  3. position: fixed;
  4. max-height: 60vh;
  5. max-width: 80vw;
  6. top: 680px;
  7. left: 155px;
  8. display: flex;
  9. margin: 0;
  10. background-color: fuchsia;
  11. opacity: 85%;
  12. }