JSFiddle - React, Tailwind, and code Playground
by afshinprofe
HTML
<div id="footer">
<div id="text-3" class="widget widget_text"><h3>Text Widget</h3> <div class="textwidget">Pellentesque habitant morbi tristique senectus et netus et malesuada fames ac turpis egestas. Vestibulum tortor quam, feugiat vitae, ultricies eget, tempor sit amet, ante. Donec eu libero sit amet quam egestas semper. Aenean ultricies mi vitae est. Mauris placerat eleifend leo.</div>
</div><div id="linkcat-2" class="widget widget_links"><h3>Blogroll</h3>
<ul class='xoxo blogroll'>
<li><a href="http://codex.wordpress.org/">Documentation</a></li>
<li><a href="http://wordpress.org/extend/plugins/">Plugins</a></li>
<li><a href="http://wordpress.org/extend/ideas/">Suggest Ideas</a></li>
<li><a href="http://wordpress.org/support/">Support Forum</a></li>
<li><a href="http://wordpress.org/extend/themes/">Themes</a></li>
<li><a href="http://wordpress.org/news/">WordPress Blog</a></li>
<li><a href="http://planet.wordpress.org/">WordPress Planet</a></li>
</ul>
</div>
<div id="meta-3" class="widget widget_meta"><h3>Meta</h3> <ul>
<li><a href="http://demo.wpzoom.com/evertis/wp-login.php?action=register">Register</a></li> <li><a href="http://demo.wpzoom.com/evertis/wp-login.php">Log in</a></li>
<li><a href="http://demo.wpzoom.com/evertis/feed/" title="Syndicate this site using RSS 2.0">Entries <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://demo.wpzoom.com/evertis/comments/feed/" title="The latest comments to all posts in RSS">Comments <abbr title="Really Simple Syndication">RSS</abbr></a></li>
<li><a href="http://wordpress.org/" title="Powered by WordPress, state-of-the-art semantic personal publishing platform.">WordPress.org</a></li>
</ul>
</div> <div id="wpzoom-flickr-photos" class="widget widget_quickflickr"> <h3>Flickr Widget</h3> <ul class="gallery"><li><a ...
CSS
/*********************************************************************************************
Theme Name: Evertis Magazine
Theme URI: http://www.wpzoom.com/themes/evertis/
Version: 1.3.3
Author: WPZOOM
Author URI: http://www.wpzoom.com
***********************************************************************************************/
/*
WARNING! DO NOT EDIT THIS FILE!
To make it easy to update your theme, you should not edit the styles in this file. Instead use
the custom.css file to add your styles. You can copy a style from this file and paste it in
custom.css and it will override the style in this file.
*/
/*********************************************************************************************
0. CSS Reset ------------------------- All Theme Files
1. Toolbox CSS ----------------------- All Theme Files
2. Page Structure -------------------- All Theme Files
3. Header ---------------------------- header.php
4. Main Navigation ------------------- header.php
5. Featured Section ------------------- featured.php
6. Homepage Articles ------------------ index.php
7. Single Articles & Pages ------------ single.php, page.php
8. Comments -------------------------- comments.php
9. Sidebar & Widgets ------------------ sidebar.php
10. Forms ----------------------------- searchform.php
11. Footer ---------------------------- footer.php
**********************************************************************************************/
/*********************************************************************************************
0. CSS Reset ------------------------- All Theme Files
*********************************************************************************************/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
margin: 0;
padding: 0;
}
* {
margin: 0;
padding: 0; }
table {
border-collapse: collapse;
border-spacing: 0;
}
fieldset,...