css零碎知識 css盒模型

2021-08-19 17:40:58 字數 1057 閱讀 6806

一,概述

css盒模型: box model

它規定了元素框處理元素內容、內邊距、邊框 和 外邊距 的方式。

二,內邊距:padding

padding 屬性定義元素邊框與元素內容之間的空白區域。

特點:會改變元素本身大小

復合padding:

padding: 40px;     上下左右

padding: 40px 20px;    上下, 左右

padding: 40px 20px 10px;    上,左右,下

padding: 40px 30px 20px 10px;    上,右,下,左

三,外邊距

>設定外邊距會在元素外建立額外的「空白」。 可設負數

>當乙個元素出現在另乙個元素上面時,第乙個元素的下外邊距與第二個元素的上外邊距會發生合併

>當乙個元素包含在另乙個元素中時(假設沒有內邊距或邊框把外邊距分隔開),它們的上和/或下外邊距也會發生合併

>假設有乙個空元素,它有外邊距,但是沒有邊框或填充。在這種情況下,上外邊距與下外邊距就碰到了一起,它們會發生合併

零碎知識C

c 中 dec,hex,oct,fixed,scientific,left,right,ws,setfill,setw,setprecision,eof,get,getline都是什麼意思 dec是十進位制 如cout這些是格式控制符 在使用時要加標頭檔案 include fixed是固定的意思 p...

JavaBean零碎知識

上面等價於下列操作 1.從scope session 中獲取id customer 屬性值,賦值給class com.stuipid.bean.customer 型別的id customer 變數 customer customer customer session.getattribute cus...

零碎知識點

1.反斜槓也可拼接字串 window.nl ad function window.nl ad function 2.在console.log 中新增樣式 var a hello console.log c a,font size 400 background blue color white 3 通...