GithubHelp home page GithubHelp logo

aqeelahmad / bgoverlay Goto Github PK

View Code? Open in Web Editor NEW

This project forked from msaaddev/bgoverlay

0.0 1.0 0.0 2.16 MB

A NPM package to add overlay on a background image

Home Page: https://www.npmjs.com/package/bgoverlay

License: MIT License

CSS 100.00%

bgoverlay's Introduction

๐Ÿ–ผ Background Overlay

A small package that helps you to add a overlay on a background

๐Ÿš€ How to use

Open the terminal and write

npm i bgoverlay

For HTML, add the following link tag in the head section of your HTML.

<link rel="stylesheet" href="./node_modules/bgoverlay/bgoverlay.css">

For React, add the following line of code at the top of the file.

import "./node_modules/bgoverlay/bgoverlay.css"

Create two parent child divs in the body tag. Give class of main_div to the parent div and overlay to the child div like this.

<div class="main_div">
    <div class="overlay"></div>
</div>

Add any background image and overlay color you want then by writing the following code in the CSS.

.main_div {
	background-image: url() !important; /* Add image URL */
}

.overlay {
	background-color: black; /* Add any color */
}

๐Ÿ™‹โ€โ™‚๏ธ Author

Visit my Website

Want to connect with me, follow me on Twitter

bgoverlay's People

Contributors

msaaddev avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.