website

The source code for https://bpaul.xyz
Log | Files | Refs

projects.css (286B)


      1 h2 {
      2     margin: auto;
      3     width: 80%;
      4 }
      5 
      6 .row {
      7     display: flex;
      8     height: 410px;
      9 }
     10 
     11 .item {
     12     margin-right: 10px;
     13     margin-left: 10px;
     14     padding-left: 10px;
     15     display: block;
     16     border-style: solid;
     17     border-color: rgba(0,0,0,0);
     18     height: 400px;
     19     width: 400px;
     20 }