Training integration of this template: https://d13yacurqjgara.cloudfront.net/users/207046/screenshots/3029510/attachments/634840/contact-profile-4-notes.png
A Pen by Leonardo BALLAND 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
<html lang="en"> | |
<head> | |
<meta charset="UTF-8" /> | |
<title>Flexbox responsive grid</title> | |
</head> | |
<body> | |
<div class="wrapper"> | |
<p>Responsive grid with Flexbox</p> | |
<h1>Basic Grid</h1> | |
<p></p> |
A Pen by Tim Gaines on CodePen.
This is a recipe for a fast Drupal installation. Customization level: Custom Site name, custom site password, custom database password, configured drush alias
A Pen by Franco Cedillo 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
<div class="full-size region-page" data-renderedregion="page"> | |
<div class="flex-column full-size vertical-layout"> | |
<div class="flex-row flex-grow scroll-hidden"> | |
<div class="navigation-container flex-column"> | |
</div> | |
<div class="flex-column flex-grow scroll-hidden"> | |
<div class="flex flex-noshrink region-content-header" data-renderedregion="content-header"></div> | |
<div class="v-scroll-auto flex flex-grow relative region-content" data-renderedregion="content" role="main"> |