您好,登錄后才能下訂單哦!
這篇文章主要介紹“css外部樣式表怎么寫”,在日常操作中,相信很多人在css外部樣式表怎么寫問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”css外部樣式表怎么寫”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
1.外部樣式表:
<head>
<link rel="stylesheet" type="text/css" href="a.css" />
</head>
2.內部樣式表:
<head>
<style type="text/css">
……
</style>
</head>
3.內聯表
<p style="color:red;margin:0"></p>
css語法由3部分構成:select {property: value}
如果值為多個單詞,則要給值加引號:p {font-family: "sans serif";}
多重聲明:p {text-align: center; color:red;}
選擇器分組:h2, h3, h4, h5, h6, h7 {color: green;}
繼承:body {font-family: Verdana, sans-serif;}所有子元素都從body繼承屬性
a.css第一行:@charset "utf-8";
派生選擇器:li strong {…}用于選擇元素<li><strong>…</strong></li>
id選擇器:#id1 {…}
類選擇器:。class1 {…}
背景色:background-color:gray;
背景圖像:background-image:url(/ab/cd/e.gif);
背景重復:background-repeat:repeat-x|repeat-y|no-repeat;
背景定位:background-position:center|top|bottom|right|left|50% 50%|100px 200px;
背景關聯:background-attachment:scroll|fixed|inherit;
內邊距:padding, padding-top, padding-right, padding-bottom, padding-left
邊框:border, border-top, border-right, border-bottom, border-left, …
外邊距:margin, margin-top, margin-right, margin-bottom, margin-left
position: static, relative, absolute, fixed
float: left, right
a:link {…}
a:visited {…}
a:hover {…}
a:active {…}
到此,關于“css外部樣式表怎么寫”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。