喔喔喔 測試一

喔喔 內文

This is default featured slide 2 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 3 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 4 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

This is default featured slide 5 title

Go to Blogger edit html and find these sentences.Now replace these sentences with your own descriptions.This theme is Bloggerized by Lasantha Bandara - Premiumbloggertemplates.com.

2016年3月11日 星期五

更改sublime 樣式教學

下載
theme dc
theme soda


 sublime->preference->setting user


{
"color_scheme": "Packages/User/SublimeLinter/Pastels on Dark (SL).tmTheme",
"font_size": 17,
"ignored_packages":
[
"Vintage"
],
"theme": "DC_3_DD.sublime-theme"
}
------------------------------------------------------------------------------------------------------------
依林版

{
 "color_scheme": "Packages/Theme - Spaceblack/Color Schemes/Spaceblack-Monokai.tmTheme",
 "font_size": 15.0,
 "ignored_packages":
 [
  "Color Highlighter",
  "theme - sada",
  "Vintage"
 ],
 "theme": "DC_2.sublime-theme"
}

-----------------------------------------------------------------------------------------------------------------

設定

2015年11月9日 星期一

sublime新增自己預設 新增字體




另存 之後檔案打 樣式 就有了




google font 選字體



use


在標頭link


class 加入程式碼




https://fortawesome.github.io/Font-Awesome/icons/


打facdn+tab
將font awson icon加入
打臉書+tab




2015年11月4日 星期三

20151104 sublime text快捷

假圖
fakeimg tab

假字
lorem 30


search
ctrl shift p


註解
ctrl +/


兩個段落同時繼續打字

1.先點要加的地方
2.ctrl 再加點 要加的地方







2015年10月30日 星期五

20151030匯出cass 圖片隨著網頁放大縮小 SEO 藏標題

選所有css
new style sheet

開啟 格線
插入流動div




圖片隨著網頁放大縮小


background-size:cover;
background-image:url(images/%E5%8E%9F%E5%9C%96-1.jpg);
width:100%;
height:100%;
min-height:500px;}



SEO 藏標題

font-size:1px;
text-indent:-6000px;



樣板網站
http://www.templatemonster.com/

2015年10月28日 星期三

20151028css換圖3


萬用碼 宣告所有邊界為0

故意將文字移動到很遠
但卻搜尋的到

20151028 掛css reset


http://meyerweb.com/eric/tools/css/reset/

摳程式碼
開新css檔 存檔


加入連結


加入預設字體



2015年10月26日 星期一

20151023gif製作 css基礎 同一網頁不同css

開timeline

save for web

降色階

更改超連結顏色 至頁面屬性

儲存暫存樣板

套用樣板

樣板加入可編輯區域


原本css
要按順序建立
compound(過濾器 滑鼠反應)





第2組(給.box代表為class名稱為box 一定要指定文字)
.box a:link, .box a:visited {
color: #C30;
font-size: 16px;
text-decoration: none;
}


設定整頁bg