Skip to content

hetref/npm-stylewebpages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Styling Package

This package is very useful to style webpages creatively.

Installation

Install this npm package using following command :-

  npm install npm-stylewebpages

Documentation

Firstly give the class in the html document as 'box-shadow'. Now you can customize the box shadow using the following code :-

import { boxShadow } from 'stylewebpage';

boxShadow({
    boxShadowType: 'soft',
    padding: true
});

Features

This npm package supports 2 options, both of which are optional.

  • boxShadowType: hard | soft ( Default - soft )
  • padding: true | false ( Default - false )

Authors

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published