36 bytes added
, 14:31, 27 July 2021
| Line 2: |
Line 2: |
| | | | |
| | div.informationList{ | | div.informationList{ |
| | + | text-align: left; |
| | font-size: 24px; | | font-size: 24px; |
| | font: Tw Cen Mt; | | font: Tw Cen Mt; |
| | color:#228176; | | color:#228176; |
| | border-style: double; | | border-style: double; |
| − | text-align: left;
| + | padding: 20px; |
| − | width:30%; | + | border-radius:25px; |
| | + | width: 30%; |
| | } | | } |
| | | | |