8/14/2017

[ html/css ] 背景樣式設定, css background

今天要介紹我在開發專案html裡面常常會使用css定義背景圖片
介紹一些我自己常常使用的設定歡迎大家來看看吧

CSS 背景樣式設定

以下全部為css樣是參數設定值

background-repeat : no-repeat /* 不重複排列 */

background-repeat : repeat-y /* 在 y 軸重複排列 */

background-position : 90% 90% /* 圖片在 x 與 y 軸的位置 */

background-color:#000000 /* 背景色彩,顏色色碼是黑色 */

background-image : url(image/bg.gif) /* 外load背景圖片,這個很常用 */

background-attachment : fixed /* 固定背景 ,這個很常用*/

background-repeat : repeat /* 重複排列 - 網頁預設 */

background-repeat : repeat-x /* 在 x 軸重複排列 */




如果覺得我的文章有幫助
請你點右邊的FB加入訂閱 我會在粉絲團不定期分享新資訊
也歡迎交流!謝謝 阿特底賽粉絲團
https://www.facebook.com/artdesigntw




No comments:

Post a Comment