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.

пре 2 година
123456
  1. .example {
  2. display: grid;
  3. transition: all 0.5s;
  4. user-select: none;
  5. background: linear-gradient(to bottom, white, black);
  6. }