摘要: 字面意思来看,width,min-width和max-width分别代表的是元素的宽度,最小宽度和最大宽度,那么他们之间有什么联系呢? <div class="container"> </div> <style> .container { background-color: red; height: 阅读全文
posted @ 2020-04-02 10:54 彩色泡泡 阅读(440) 评论(0) 推荐(0) 编辑