Skip to content

Bhadreshwara/calculator-style-hacktober

 
 

Repository files navigation

calculator-style-hacktober

This is a simple calculator.

You can style it and make a pull request.

Please follow the rules below for a successful pull request and star it if you like this project.

how to contribute

  • Add a new css file in the css folder to get started

  • Add any style you like for the calculator

  • Add your css file's name at line 38 in index.html file

    For Example:

	var styles = ["index.css",
                      "index2.css"
                     ];
  • Make a pull request

About

color your calculator for hacktobestfest 2018

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 86.4%
  • HTML 8.6%
  • JavaScript 5.0%