css--calc()函数
生活随笔
收集整理的這篇文章主要介紹了
css--calc()函数
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
calc()函數
css3中函數:
案例:
1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="UTF-8"> 5 <title></title> 6 <style> 7 .div1{ 15 width: calc(400px - 200px); 16 height: 200px; 17 background: red;; 18 } 19 </style> 20 </head> 21 <body> 22 <div class="div1"></div> 25 </body> 26 </html>?
轉載于:https://www.cnblogs.com/firstflying/p/10711891.html
總結
以上是生活随笔為你收集整理的css--calc()函数的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 阿里云服务器购买后的配置指南
- 下一篇: TCP/IP原理 (一)