By -
陳 思敬
WordPress Custom Style
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title> <style type="text/css"> bs-callout { padding: 20px; margin: 20px 0; border: 1px solid #eee; border-left-width: 5px; border-radius: 3px; } .bs-example:after { content: "实例:" !important; } </style> </head> <body> <div class="poem"> <!--古文--> </div> <p class="justify">中文文本</p> <p class="newspaper">English Text</p> <table class="table-bordered table-striped table-hover font12"> <sup><img src="/static/img/ext.png"/></sup> <p style="font-size:12px">Text</p> <a href="http://www.abc.com/" target="_blank">Text</a> <span class="glyphicon glyphicon-pushpin" aria-hidden="true"></span> <i class="glyphicon glyphicon-book fa-2x"></i> <sup><i class="fa fa-external-link fa-fw"></i></sup> <i class="fa fa-download fa-lg"></i> <i class="fa fa-cloud-download fa-2x"></i> </body> </html>