iT邦幫忙

第 11 屆 iThome 鐵人賽

DAY 6
0
Modern Web

前端入門學徒-30天學習心路系列 第 6

【Day6】絕對vs相對單位/文字上色

  • 分享至 

  • twitterImage
  •  

1.絕對單位(px) vs 相對單位(%)→字會隨瀏覽器寬度做調整!
在CSS中操作

.story-text{
    width: 950px;
    background-color: #71E0F7;

}

.story-text{
    width: 100%;
    background-color: #71E0F7;
}

2.文字上色
在CSS中操作

.story-text{
	width: 100%;
	background-color: #71E0F7;
	color: #71E0F7;
}

生活中的許多事,並不是我們不能做到,而是我們不相信能夠做到。


上一篇
【Day5】版面設計-建立網頁的首頁
下一篇
【Day7】文字效果/ 內外距/邊框樣式/圖片調整
系列文
前端入門學徒-30天學習心路10
圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言