iT邦幫忙

0

學習javascript前...CSS1

css
  • 分享至 

  • xImage
  •  

現在來學習CSS
如果說 HTML 是用來處理主要網頁結構,CSS 就是來處理網頁細節的。負責美化跟裝飾頁面。
學習HTML跟CSS結合:
任何 HTML 標籤都可以加入 style 屬性,在屬性內容中加上 CSS 語法即可。
例如:
< h3 style="color:red" >這裡的文字會以紅色顯示< h3 >
1.font-size:文字大小,可用單位 px, pt, em, %
2.font-weight:文字粗細(bold 粗體,normal 一般體)
3.text-decoration:文字額外裝飾(underline 加底線,line-through 加橫槓)
4.text-align:文字在區塊中的對齊方式(left 靠左,center 置中,right 靠右)
5.color:前景色,指文字顏色。
background-color:背景色。
6.margin:數字px(設定邊界,可以搭配 left, top, right, bottom 使用。)
7.padding-left:數字px(設定填塞,可以搭配 left, top, right, bottom 使用。)
8.border 設定邊框,分為三個部份:邊框粗細 (width)、邊框樣式 (style)、邊框顏色 (color)。
例如:
border:1px solid red 可集合成一個設定,或分開設定如下
border-width:1px
border-style:solid
border-color:red


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言