After following, you can keep track of his dynamic information in a timely manner
Courses in the relevant section:CSS pagination
display: inline-block;
2016-11-240個贊
Courses in the relevant section:CSS3 border size
默認(rèn)值:content-box 寬度和高度分別應(yīng)用到元素的內(nèi)容框。在寬度和高度之外繪制元素的內(nèi)邊距和邊框 inherit:規(guī)定應(yīng)從父元素繼承 box-sizing 屬性的值。
2016-11-240個贊
Courses in the relevant section:CSS3 Flex Box (Flex Box)
彈性盒子由彈性容器(Flex container)和彈性子元素(Flex item)組成。 彈性容器通過設(shè)置 display 屬性的值為 flex 或 inline-flex將其定義為彈性容器。 彈性容器內(nèi)包含了一個或多個彈性子元素。
2016-11-240個贊
Courses in the relevant section:CSS3 multimedia queries
@media not|only mediatype and (expressions) { CSS-Code; } 指定的多媒體類型匹配設(shè)備類型則查詢結(jié)果返回 true,文檔會在匹配的設(shè)備上顯示指定樣式效果
2016-11-240個贊
Courses in the relevant section:CSS3 multimedia query example
@media screen and (max-width: 699px) and (min-width: 520px) { ul li a { padding-left: 30px; background-color:yellow; } } @media screen and (max-width: 1000px) and (min-width: 700px) { ul li a:before { content: "name : "; font-style: italic; color: #666666; } }
2016-11-240個贊