大家好,我是CSS,是一種用于控制網頁樣式的語言。
/* 下面展示一些我常用的代碼:*/ /*選擇器*/ p { color: #333; font-size: 16px; } /*文字屬性*/ font-family: Arial, sans-serif; line-height: 1.5; text-align: center; /*盒子模型*/ padding: 20px; border: 1px solid #ddd; border-radius: 5px; box-shadow: 0 0 10px rgba(0,0,0, .2); /*布局*/ display: flex; flex-direction: column; justify-content: center; align-items: center; /*動畫*/ animation: 2s ease-in-out 0s infinite alternate slide;
除此之外,我還有很多其他的功能,如響應式設計、過渡動畫、媒體查詢等等,都可以幫助你制作出漂亮的網頁。
希望能在你的項目中為你的網頁加上美麗的裝飾。
下一篇css自帶請填寫此字段