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.
 
 
 
 
 
 

26 lines
405 B

  1. .file {
  2. width: 375px;
  3. height: 120px;
  4. position: relative;
  5. overflow: hidden;
  6. }
  7. .file input {
  8. position: absolute;
  9. font-size: 120px;
  10. right: 0;
  11. top: 0;
  12. opacity: 0;
  13. cursor: pointer !important;
  14. }
  15. .file img {
  16. width: 375px;
  17. height: 120px;
  18. cursor: pointer;
  19. }
  20. .text {
  21. text-align: center;
  22. }