A Pen by Gabe Lloyd on CodePen.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Snippets of WooThemes Testimonials styles */ | |
| .quote, { | |
| display: inline; | |
| float: left; | |
| width: 45.83333333333333%; | |
| margin-left: 2.083333333333333%; | |
| margin-right: 2.083333333333333%; | |
| *width: 45.78124999999999%; | |
| *margin-left: 2.0312499999999996%; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| // Exit if accessed directly | |
| if ( !defined('ABSPATH')) exit; | |
| /** | |
| * Site Front Page | |
| * About: | |
| * Author: Gabe Lloyd | |
| * File started from Responsive Theme |
Test layout for wrapping with flexbox. Two top asides over main content.
A Pen by Gabe Lloyd on CodePen.
NewerOlder