adjust the height of an element using the height property - zilongxuan001/LearnFreecode GitHub Wiki

理解

你可以使用CSS中的height属性设置元素的高度,类似width属性。

比如说设置图片的高度为20px

img {
   height: 20px;
}

来源

Applied Visual Design: Adjust the Height of an Element Using the height Property | Learn freeCodeCamp

CHAGELOG

2018-10-18 17:07:18