Giter Club home page Giter Club logo

node-natural-background-images's Introduction

NodeNatural.Backgrounds.Original - NodeNatural preinstalled background images

This collection of images was made for NodeNatural, but because their are licensed under the CC-BY-SA 4.0 (see LICENSE) you can use these files according to the license.

Authors (creators and contributors)

  • Alejandro Linarez Rangel (all files)

Images

All images with background-material-* are 1024x780px, the background-themed-diamond-* are 70x70px and background-themed-paper.png are 50x50px (but can be displayed as 25x25px).

The background-material-* are inspired by Google Material Design.

All files was created using Inkscape and Edited with GIMP.

Usage

The background-material-* are preferibly in all-screen, no-repeat mode:

/* CSS3 */
.background {
	background: url("./background-material-sheets-1.png");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-size: cover;
}

While the background-themed-* should be in cover-screen, repeat-to-fill mode:

/* CSS3 */
.background {
	background: url("./background-themed-paper.png");
	background-repeat: repeat;
	background-position: center;
	background-attachment: fixed;
	/*
	* For paper use "25px 25px" but for diamonds use "70px 70px" or "50px 50px"
	*/
	background-size: 25px 25px;
}

See the demo file for a web demo (open with your browser).

NodeNatural install

These images comes preinstalled.

node-natural-background-images's People

Contributors

alinarezrangel avatar

Watchers

 avatar  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.