css框架

xiaoxiao2022-06-11  20

当你在做网站的时候可以直接引入css的引入语句如下: <!-- Framework CSS --> <link rel="stylesheet" href="css/screen.css" type="text/css" media="screen, projection"> <link rel="stylesheet" href="css/print.css" type="text/css" media="print"> <!--[if IE]><link rel="stylesheet" href="css/ie.css" type="text/css" media="screen, projection"><![endif]--> http://www.blueprintcss.org/
转载请注明原文地址: https://www.6miu.com/read-4931559.html

最新回复(0)