2021年10月13日水曜日

BLOGGING TIPS

BLOGGING TIPS
1.
<html class="no-js">
Code:<code> ~ </code>

2.

<div class="animation-demo">
  <div class="shape"></div>
</div>
Code:

<pre><code>
/* Write your code snippet here. */
</code></pre>

3.

This template has a blazing-fast code base and is ideal for content-heavy blogs. Try it and see the difference!

Code:


<p class="note">
Write your text here...
<p>

4.

Blogger template's SEO settings are quite easy to configure.

Code:


<p class="alert">
Write your text here...
<p>

2021年7月12日月曜日

quote sample

I can’t give you a sure-fire formula for success, but I can give you a formula for failure: try to please everybody all the time. -Herbert Bayard Swope

Code:

<blockquote cite="URL">I can’t give you a sure-fire formula for success, but I can give you a formula for failure: try to please everybody all the time. <strong>-Herbert Bayard Swope</strong></blockquote>

*引用ソースがある場合はcite属性を追加する事

CSS

.post-body blockquote{border-left:7px solid #d2d2d2;padding-left:20px;font-style:italic;margin:0 15px;color:#626262}