Skip to content

Pure CSS3, without javascript. headerMessage is a lightweight CSS library for generating a sliding header panel to show important messages about your website on toggle.

Notifications You must be signed in to change notification settings

fpmweb/headerMessage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What is headerMessage:

Pure CSS3, without javascript. headerMessage is a lightweight CSS library for generating a sliding header panel to show important messages about your website on toggle.

Demo:

http://fpmweb.github.io/headerMessage

Alt text

How to use it:

Include the headerMessage.css into the head section of your html page.

<link rel="stylesheet" href="css/headerMessage.css">

Add your own messages to the header panel.

<div class="headerMessage">
  <h1> hello world!</h1>
  <h2>I'm a hidden message.</h2>
</div>

Create a checkbox based button to toggle the header message panel.

<input type="checkbox" name="toggle" id="toggle">
<label for="toggle"></label>

Bower installation:

To add a new Bower package to your project you use the install command. This should be passed the name of the package you wish to install.

bower install headerMessage

Author:

twitter/fpmweb

About

Pure CSS3, without javascript. headerMessage is a lightweight CSS library for generating a sliding header panel to show important messages about your website on toggle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published