Skip to content
Snippets Groups Projects
Select Git revision
  • master default protected
1 result

dex.module.css

Blame
  • dex.module.css 581 B
    
    .pokemonlist {
      list-style: none;
      padding-left: 0px;
    }
    .logoimg {
      float: left;
      height: 10%;
      width: 10%;
      object-fit: contain;
     }
    
    
     .pokemoncontainer {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
    .allcontainer {
      margin-left: 25px;
      margin-right: 25;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: center;
    }
    
    
     /* .cat {
      height:300px;
      width: 300px;
     } */
    /* li::before {content: counter(li); color: red;
      display: inline-block; width: 1em;
      margin-left: -1em} counter-reset: li*/