Styled
Styled copied to clipboard
A simple collection of default HTML elements to test your default CSS styles.
#Styled
Styled is a comprehensive HTML framework which acts as a visual styleguide for your CSS. Download the source, link your styles, and check how your CSS affects a wide range of default markup. Because it's better to get your default styles solid first, or you end up writing overrides to override your overrides.
Created and maintained by John O'Nolan.
##How to Use Styled
There are two ways to use Styled in your projects:
###Standalone
- Download the latest release.
- Drop the
/styled/
folder into your project archive. - Edit styled.html to include your project's CSS file.
- Open the html file with your favourite browser.
###Integrated
- Download the latest release.
- Open styled.html, grab all code between the
<!--Start-->
&<!--Stop-->
comments. - Copy and paste the markup into the content area of your project's standard page template.
- Open the page with your favourite browser.
##Author
John O'Nolan
##Copyright & License
Copyright (c) 2013 John O'Nolan
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.