For use in the default page banner. Images can be taller but will only show the middle portion of the image.
For use in the large slider section of the homeapage. These images will not resize automatically since keeping the text visible is important
For use in the feature image section of the individual grant research recipients. Images can be taller but will only show the middle portion of the image.
For use in the feature image section of the blog posts in the news section. Images can be taller but will only show the middle portion of the image.
The sizes that you are being given are just approximate sizes. Due to the responsive nature of websites, no one size is always going to be perfect. So, rather than trying to get the images to fit exactly, the main goal should be just to find images in sizes that will center in the image area. In general, the biggest issue will often come from images that are much taller than the proposed size.
<h1>Header One Tag</h1>
This is a test paragraph. To add some length to it, let us mention that this page was primarily written for testing the effect of user style sheets. You can use it for various other purposes as well, like just checking how your browser displays various HTML elements.
<h2>Header Two Tag</h2>
<h3>Header Three Tag</h3>
<h4>Header Four Tag</h4>
<h5>Header Five Tag</h5>
<h6>Header Six Tag</h6>
<p>Paragraph Tag</p>
This is a paragraph that contains some inline styles. To add some length to it, let us mention that this page was primarily written for testing the effect of user style sheets. You can use it for various other purposes as well, like just checking how your browser displays various HTML elements.
<strong>Bold Text</strong> <u>Underline Text</u> <em>Italic Text</em>
<strong>Bold Text</strong>
<u>Underline Text</u>
<em>Italic Text</em>
Bold Text Underline Text Italic Text
<a class="button" href="">Button</a>
<a class="button small" href="">Button</a>
<a class="button-blue-text" href="">Button</a>
<a class="button-blue-ghost" href="">Button</a>
<a class="button-yellow-ghost" href="">Button</a>
<h4 class="blue">Blue Text</h4>
<h5 class="yellow">Yellow Text</h5>
<h3 class="dark-blue">Dark Blue Text</h3>
Add a background color to your div by adding a class to your custom content. Syntax: bg-[ color of choice ]
<div class="bg-yellow">bg-yellow</div>
NOTE: When using dark backgrounds, you can make your text white by adding the class invert to your custom content.
invert
<div class="bg-dark-blue invert">bg-dark-blue invert</div>
<div class="w-30">...</div> <div class="w-70">...</div> <div class="w-100">...</div>
These show uniform padding around the content. Definition: pa[ ] = padding all [amount of padding]
<div class="pa1">[Content Here]</div>
<div class="pa2">[Content Here]</div>
<div class="pa3">[Content Here]</div>
<div class="pa4">[Content Here]</div>
<div class="pa5">[Content Here]</div>
These show vertical padding above and below the content. Definition: pv[ ] = padding vertical [amount of padding]
<div class="pv1">[Content Here]</div>
<div class="pv2">[Content Here]</div>
<div class="pv3">[Content Here]</div>
<div class="pv4">[Content Here]</div>
<div class="pv5">[Content Here]</div>
These show horizontal padding to the left and right of the content. Definition: ph[ ] = padding horizontal [amount of padding]
<div class="ph1">[Content Here]</div>
<div class="ph2">[Content Here]</div>
<div class="ph3">[Content Here]</div>
<div class="ph4">[Content Here]</div>
<div class="ph5">[Content Here]</div>
These show the top, right, bottom, left padding options. The different padding scales shown above also apply to these.
Definitions: pt[ ] = padding top [amount of padding] pr[ ] = padding right [amount of padding] pb[ ] = padding bottom [amount of padding] pl[ ] = padding left [amount of padding]
Here are the available options to make the GRID and PADDING responsive to different devices.
Definitions: [w-50 or pa4]-ns = the settings in the bracket will only apply to NOT-SMALL screens (tablet and desktop size) [w-50 or pa4]-m = the settings in the bracket will only apply to MEDIUM screens (tablet size) [w-50 or pa4]-l = the settings in the bracket will only apply to LARGE screens (desktop sizes)
<div class="w-third-l w-50-m w-100">[Content Here]</div>
In order to add a block, just click on the plus sign within your page's content area then add the block that you would like to use.
The grid sizes, padding, and background colors will need to be added to the Class Field for that particular content block.
Class Field