Giter Site home page Giter Site logo

ReadMeVishal

Portfolio

<title>RGB Color Game</title> <style type="text/css"> body{ background-color: #232323; margin: 0; font-family: "Montserrat","Avenir"; }
	h1{
		color: white;
		text-align: center;
		background: steelblue;
		margin: 0;
		text-transform: uppercase;
		font-weight: normal;
		line-height: 1.1;
		padding: 20px 0;
	}

	#msg{
		display: inline-block;
		width: 20%;
	}

	#colorDisp{
		font-size: 200%;
	}

	button{
		border: none;
		background: none;
		text-transform: uppercase;
		height: 100%;
		font-weight: 700;
		color: steelblue;
		letter-spacing: 1px;
		font-size: inherit;
		/*transition property takes two arguments 
		1st one for whenan and the 2nd one is time to transition in seconds*/
		transition: all 0.3s;
		outline: none;
	}

	button:hover{
		color: white;
		background: steelblue;
	}

	.square{
		width: 30%;
		background: green;
		padding-bottom: 30%;
		float: left;
		margin: 1.66%;
		border-radius: 15%;
		transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
	}

	#container{
		max-width: 600px;
		margin: 20px auto;
	}

	#stripe{
		text-align: center;
		background: white;
		height: 21px;
		color: black;
	}

	.selected{
		color: white;
		background: steelblue;
	}

</style>

The Great

Color Game

<div id="stripe">
	<button id='reset'>New Colors</button>
	<span id="msg"></span>
	<button class="level">Easy</button>
	<button  class="level selected">Hard</button>
</div>

<div id="container">
	<div class="square"></div>
	<div class="square"></div>
	<div class="square"></div>
	<div class="square"></div>
	<div class="square"></div>
	<div class="square"></div>
</div>
<script type="text/javascript">
	
</script>

Vishal Kumar's Projects

background-color-changer icon background-color-changer

a simple background changer, which takes color name as input and change the background color respectively.

calculator icon calculator

Windows Calculator: A simple yet powerful calculator that ships with Windows

demo icon demo

this is a demo repository.

fbi icon fbi

Facebook Information

php-crud-application icon php-crud-application

CRUD is an acronym for Create, Read, Update, and Delete. CRUD operations are basic data manipulation for database. This application perform create (i.e. insert), read (i.e. select), update and delete operations. A simple PHP application to perform all these operations on a MySQL database table at one place.

projects-in-c icon projects-in-c

It contains Various types of of Projects Coded in C language

readme-vishal icon readme-vishal

An android application which will take care of all my blog posts.

rgb-color-game icon rgb-color-game

The Great RGB Color Game is a guessing game, in which a RGB color value is displayed on the top and you have to try guessing the colo by clicking on the expected round edge square of the RGB value. this game has two level, Easy and Hard. Easy level will provide 3 square option where as Hard level provide 6 square option.

starter-web icon starter-web

Simple starting point website project based upon Initializr

to-do-list-app icon to-do-list-app

This is a simple Todo app, made in HTML5, CSS3 and JavaScript. You can add an item, remove an item. all the adding and removing occurs with a smooth transition.

web-designing icon web-designing

This repository includes web pages made using HTML, CSS and Bootstrap only!!!

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.