Skip to content
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

21 Commits

Repository files navigation

CSS UI - Modal box

Simple modal box.

Installation

npm install --save css-ui-modal-box

Demo

Quick start

CSS dependencies.

<linkrel="stylesheet" href="path/to/normalize.css"><linkrel="stylesheet" href="path/to/font-awesome.css"><linkrel="stylesheet" href="path/to/open-sans.css"><linkrel="stylesheet" href="path/to/cssui.css">

CSS modal.

<linkrel="stylesheet" href="path/to/style.modal.box.css">

Use Open Sans fotns.

font-family:'Open Sans', sans-serif;

Modal html.

<divclass="wrapper align center"><ahref="#modal">Open</a><divid="modal" class="modal-box"><div><ahref="#close" title="Close" class="modal-close align center"><iclass="fa fa-times" aria-hidden="true"></i></a><h2>Modal Box</h2><p>This is an example of modal box.</p></div></div></div>

Enjoy modal box.

About

📃 Simple modal box.

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages