1 用 css 實現字體的旋轉 2 p { 3 width: 60px; 4 height: 60px; 5 line-height: 47px; 6 font-size: 20px; 7 font-weight: bold; 8 transform: rotate(-30deg); 9 border-radius: 50%; 10 padding: 5px; 11 }
實現效果
1 用 css 實現字體的旋轉 2 p { 3 width: 60px; 4 height: 60px; 5 line-height: 47px; 6 font-size: 20px; 7 font-weight: bold; 8 transform: rotate(-30deg); 9 border-radius: 50%; 10 padding: 5px; 11 }
實現效果
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。