align items in span to center

Solutions on MaxInterview for align items in span to center by the best coders in the world

showing results for - "align items in span to center"
Elena
11 Jul 2019
1.example {
2  height: 200px;
3  border: solid #CCCCCC 2px;
4  padding: 0 10px;
5  white-space: normal;
6  word-break: break-word;
7  display: flex;
8  align-items: center;
9}