發表文章

目前顯示的是有「Uncategoried」標籤的文章

給創作者的你和我,認識讀者的一段話

圖片
聽一個故事 小明有個比較會電腦的朋友小天,小明找小天製作一個網站,小天在製作的過程中碰到許多困難,發現其實沒有想像中容易,做了很多功課、查了很多資料,最後做出一個覺的很不錯的網站。小天把網站交給小明,小明說了謝謝,在看到小天有點失望的表情之後,讚美了幾句。 小天所有的用心,樣式、大小、圖片的間距,都是精心調整過的,但是小明仿佛沒看到一樣。

twentyfifteen-child

/* 歡迎使用自訂 CSS! 若要瞭解自訂 CSS 的運作方式,請參閱 http://wp.me/PEmnE-Bt */ code { border: 1px solid transparent; font-size: .7em; padding: .3em; border-radius: 5px; background: rgba(153,153,153,0.84); color: #000000; }

Draft

vscode markdown enhan style

/* Please visit the URL below for more information: */ /* https://shd101wyy.github.io/markdown-preview-enhanced/#/customize-css */ .markdown-preview.markdown-preview { // modify your style here // eg: background-color: blue; background-color: #000; background-image: url(https://pic.pimg.tw/pixnetvisual/57ebc16b09a6f7419b2d62d195be3c8c.jpg); color: #666; font-size: 15px; width:760px !important; line-height: 200%; border-left: 10px solid #222; border-right: 10px solid #222; font-family: Helvetica, Arial, "LiHei Pro", PMingLiU, sans-serif; letter-spacing: .125rem; padding: 15px 60px !important; a { color: #ba3a20; } h1 { font-size: 2em; } h2 { font-size: 1.5em; } h3 { font-size: 1.17em; } h4, p, blockquote, ul, fieldset, form, ol, dl, dir, menu { margin-bottom: 1em; } /** custom **/ h1, h2, h3, h4, h5, h6 { font-weight: normal; } h2 { color: #ba3a20; } h3, h4, h5, h6...