Skip to content
This repository was archived by the owner on Dec 15, 2020. It is now read-only.

Random color picker #52

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 44 additions & 0 deletions random-color-picker.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
<!DOCTYPE html>
<html>
<head>
<title>Random color picker</title>
<meta name="viewport" content="width=device-width,initial-scale=1" />

<style>
body {
font-family: 'Courier New', Courier, monospace;
line-height: 30px;
font-size: 18px;
}
.card-text-center {
width: 100%;
margin-top : 60px;
text-align: center;
}
</style>
</head>

<body>
<div class="card-text-center">
<div>
Generate random colors on the go -
<a href="https://joshi-chinmay.github.io/randomcolorpicker/">randomcolorpicker</a>
😃
</div>

<div>
Codebase is ready (code cleanup is pending, but can raise a PR within a few days.) -
<a href="https://www.github.com/joshi-chinmay/randomcolorpicker/">github url</a>
</div>

<div>
Is it awesome enough to add to 1pr? 😃😃
</div>

<div style="margin-top: 50px;">
<img src="http://blog.boreal-kiss.net/wp/wp-content/uploads/2012/09/medium.gif"></img>
</div>

</div>
</body>
</html>