JSFiddle - React, Tailwind, and code Playground
by Liu David
HTML
<div id="description" class="content">
<h1>英语学习攻略</h1>
<div class="article_info">
<span style="color:#0baa5d;">单词之美</span> 2013年5月21日
</div>
<div class="article_content">
<h2>1. 需要背单词吗?</h2>
<p>
在你回答这个问题前, 需要首先问自己另外一个问题,你需要学英语吗?
</p>
</div>
</div>
CSS
div{
display:block;
margin:0px;
}
.content{
background:#34aa44;
}
h1{
background:#8822ff;
}
.article_info{
background:#448821;
}
.article_content
{
background:#99ff23;
}
h2{
margin:20px;
}