字型**表:
匯入css的方式:
1),
2),
css3新特性:
邊框陰影:
box-shadow: 10px 10px 5px #888888;
1、div例子
#login_box
2、段落例子
#title
3、輸入框例子
input[type = "text"],input[type="password"]
4、按鈕例子
input[type="submit"]
5、垂直居中
設定 height : 200px; line-height : 200px
本文出自 「啊昕的部落格」 部落格,請務必保留此出處
css 實用筆記
呈現類似打字機或者等寬的文字效果 font family monospace monospace字型固定寬度 顯示斜體文字效果 font style italic 呈現粗體文字效果font weight bold 呈現大號字型效果 font size larger 呈現小號字型效果 font siz...
Vim 使用筆記
set hlsearch set nohlsearch 搜尋後清除上次的加亮 nohl nohlsearch 拷貝 很有用的一句話,規定了格式選項,讓它換行不自動空格 set formatoptions tcrqn set fo r set noautoindent 再 shift insert 正...
xemacs使用筆記
xemacs使用筆記 xemacs emacs的下一代,由lucid原創 from debian參考手冊.由於不知道什麼時候刪掉了emacs的乙個重要檔案.每次都沒法安裝好.突然發現了xemacs,於是決定使用看看.本人還是菜鳥,僅供交流 我使用的ubuntu系統,所以就直接apt get inst...