現時点では私の画像は縦にセンタリングされておらず、修正できないようです。リアクトブートストラップ - 画像を縦に並べる方法
<Grid>
<Row className={styles.contain}>
<Col md={6} md={4} >
<div className={styles.testing>
<img src="https://docs.google.com/uc?id=0B0huBtqYaof7NFV6Nnpkalk5cEU" />
</div>
</Col>
<Col md={6} md={4} >
<img src="https://docs.google.com/uc?id=0B0huBtqYaof7NFV6Nnpkalk5cEU" />
</Col>
<Col md={6} md={4} >
<img src="https://docs.google.com/uc?id=0B0huBtqYaof7NFV6Nnpkalk5cEU" />
</Col>
</Row>
<Grid>
、ここでCSSです:
.contain{
height:100%;
}
.testing{
vertical-align: middle;
display:inline-block;
}
これは、画像に影響を及ぼしませんでした。
ネストされた '.testing' divだけでなく'