Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
cufonを使用したフォントタイトルを上にカットして上に移動します。アイデアはありますか?たぶんそれはcssの問題だと思いますが、わかりませんでした。
http://www.quotestemple.com
h3要素の上部に3ピクセルのマージンを追加します。
h3
h3 { font-size: 25px; color: #281c17; letter-spacing: -1px; line-height: 1.2em; margin: 3px 0 27px 0; }