github.com/muhammedhassanm/blockchain@v0.0.0-20200120143007-697261defd4d/Decentralized-Energy-Composer-master/angular-app/src/app/home/home.component.css (about)

     1  h1 {
     2      font-size: 28px;  
     3      text-align: center;
     4  }
     5  
     6  
     7  h3 {
     8      text-align: center;      
     9  }
    10  
    11  
    12  
    13  .bodytext {
    14      text-align: justify;
    15      text-align-last: center;
    16      background-color: #162b79;
    17      color: whitesmoke;
    18      font-size: 16px;
    19      background-image: url("triangle.png");
    20      background-size: cover;
    21  /*    border-style: inset;
    22      border-width: 2px;  */
    23  }
    24  
    25  .participant {
    26      border-style: inset;
    27      background-color: white;
    28      display: inline-block;
    29      /* width: 300px; */
    30      height: 200px;
    31      border-radius: 25px;
    32      border: 2px solid #0c2438;    
    33      padding: 20px; 
    34  }
    35  
    36  .participantButton {
    37      /* background-color: #008CBA; */
    38      background-color: #0c2438;
    39  
    40      border: none;
    41      color: white;
    42      padding: 15px 32px;
    43      text-align: center;
    44      text-decoration: none;
    45      display: inline-block;
    46      font-size: 16px;
    47      margin: 4px 2px;
    48      cursor: pointer;
    49  }