css居中辦法學習筆記

2021-09-14 06:31:01 字數 726 閱讀 7746

.one
優點:

基本瀏覽器都能相容

缺點:必須要固定寬高

.two
以上兩種方法都可以把absolute換成fixed,注意,fixed在ie下不支援

.inner

.foo

設定了table-cell之後,父元素就變成了乙個單元格

關於使用table-cee布局

內容居中

.four
這種方法只能居中行內元素。常用於文字對其居中

.five
好處就是不可不用定義寬高,但是對於不相容css3的瀏覽器沒有作用

.six

.six:before

.six .content

.eight
同樣,會存在瀏覽器相容問題

css 元素居中各種辦法

一 通過彈性布局 style container box container style head body div id container div class box div div 效果如下 二 通過絕對定位來水平居中乙個塊級元素,知道元素寬度,高度 style container box c...

《笨辦法學 Python》 學習筆記02

input x raw input y raw input name?這句話會用 name?提示使用者 z raw input import from sys import argv script,first,second,third argv print the script is called ...

《笨辦法學》 學習筆記一

習題1 5 總結 1 使用terminal 建立乙個目錄 在terminal中 輸入mkdir mystuff 目錄名可隨意設定 使用terminal 進入這個目錄 繼續輸入cd mystuff。當然,若想進入其他的目錄,都可以用 cd 目錄名 使用terminal 檢視目錄中的檔案 在cd 進入目...