[css] sdsds

Viewer

  1. .formregister {
  2.   width: 300px;
  3.   display: flex;
  4.   flex-direction: column;
  5.   gap: 20px;
  6.   padding: 20px;
  7.   font-size: 1rem;
  8.   background-color: white;
  9.   color: black;
  10. }
  11. .form-group {
  12.   display: flex;
  13.   flex-direction: column;
  14.   gap: 10px;
  15.   align-items: flex-start;
  16.   text-align: center;
  17. }
  18.  
  19. .form-group input {
  20.   width: 100%;
  21.   height: 35px;
  22.   font-size: inherit;
  23.   border: 1px solid gray;
  24.   padding: 0 8px;
  25. }
  26. button {
  27.   height: 35px;
  28.   font-size: inherit;
  29.   font-family: inherit;
  30.   border: none;
  31.   background-color: orange;
  32.   outline: none;
  33. }
  34. .img-view {
  35.   width: 100%;
  36.   object-fit: contain;
  37. }
  38.  

Editor

You can edit this paste and save as new: