Line 321: | Line 321: | ||
.grid-container { | .grid-container { | ||
display: grid; | display: grid; | ||
− | grid-template-columns: | + | grid-template-columns: 300px 300px 300px; |
grid-gap: 50px; | grid-gap: 50px; | ||
− | background-color: rgba(0, 0, 0, 1.0); | + | background-color: rgba(0,0,0,1.0); |
border-radius: 0px; | border-radius: 0px; | ||
− | padding: | + | padding-bottom: 30px; |
padding-top: 30px; | padding-top: 30px; | ||
+ | align-items: stretch; | ||
} | } | ||
.grid-container > div { | .grid-container > div { | ||
− | background-color: rgba( | + | background-color: rgba(15,65,92,1.0); |
− | border | + | border: 3px solid white; |
− | + | border-radius: 0%; | |
− | border-radius: | + | |
text-align: center; | text-align: center; | ||
− | padding: | + | padding: 50px 20px; |
font-size: 30px; | font-size: 30px; | ||
+ | line-height: 30px; | ||
} | } | ||
</style> | </style> |
Revision as of 00:49, 19 September 2018