Skip to content

LDDW/Box-Shadow-Generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Box-shadow generator

This box-shadow generator is a tool that allows you to create shadow effects on your HTML elements by adjusting the different properties of the box-shadow.

Use

  1. Open the box-shadow generator in your favorite web browser.
  2. Use the sliders or input fields to adjust the properties of the box-shadow, such as color, size, opacity and direction.
  3. When you are satisfied with the result, copy the generated CSS code into your CSS file or directly into your HTML tag.

Features

The box-shadow generator offers the following features:

  • Sliders and input fields to adjust the color, size, opacity and direction of the box-shadow.
  • Real-time preview of the box-shadow.
  • Automatic generation of the CSS code corresponding to the custom box-shadow.
  • Option to copy the CSS code to the clipboard.

Example of CSS code

Here is an example of CSS code generated by the box-shadow generator:

.box {
    -webkit-box-shadow: 0px 0px 0px 0px rgb(0,0,0);
    -moz-box-shadow: 0px 0px 0px 0px rgb(0,0,0);
    box-shadow: 0px 0px 0px 0px rgb(0,0,0);
}

Contribute

If you want to contribute to the improvement of this box-shadow generator, you can create an issue or submit a pull request on GitHub.

License

This box-shadow generator is licensed under the MIT license. See the LICENSE file for more information.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published