CSS鍵盤代碼
CSS是一種用來描述網頁版面外觀的語言,而其鍵盤代碼則是通過鍵盤輸入一些特定的字符來實現不同樣式的效果。以下是一些常見的CSS鍵盤代碼。
/* 用來控制文字樣式的代碼 */ /* 字體樣式 */ font-family: Arial, sans-serif; font-size: 16px; font-weight: bold; font-style: italic; /* 文字顏色 */ color: #000; /* 背景顏色 */ background-color: #fff; /* 字間距與行間距 */ letter-spacing: 2px; line-height: 1.5; /* 文本裝飾 */ text-decoration: underline; text-transform: uppercase; /* 文本陰影 */ text-shadow: 1px 1px 2px #ccc; /* 用來控制盒子樣式的代碼 */ /* 盒子尺寸 */ width: 300px; height: 150px; /* 盒子邊框 */ border: 1px solid #ccc; border-top: 2px dashed #666; border-radius: 10px; /* 空白和定位 */ margin: 20px; padding: 10px; position: relative; top: 50px; left: 50px; /* 布局 */ display: inine-block; float: left; /* 使用css樣式控制網頁樣式可以讓我們更加方便的調整整個頁面的樣式,縮短開發時間,提高效率。 */
上一篇div 四邊陰影css
下一篇css消除li樣式