.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.list div{color:#fff;margin-right:20px;padding:30px;font-size:20px;border-radius:10px}.list div p{text-align:center}.list div:first-child{background-color:red;opacity:.8}.list div:nth-child(2){background-color:green;opacity:.8}.list div:nth-child(3){background-color:#00f;opacity:.8}