Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
tgomilar committed Jun 25, 2018
1 parent 6468c99 commit 5793dfc
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# hex2rgb(a)
Is a simple web app that **converts color value** from HEX to RGB(a) and vice versa. It also **copies converted value to clipboard** and **previews it**.
# hex2rgb(a) && hex2hsl(a)
Is a simple web app that **converts color values** from *HEX* to *RGB(a)* and *HSL(a)* or *RGB(a)* to *HEX* and *HSL(a)*. It also **copies converted value to clipboard** and **previews it**.

URL: https://tgomilar.github.io/hex2rgb/

![Alt text](/img/hex2rgb.png?raw=true "hex2rgb(a)")

i :heart: colors! :art:
:art: colors
3 changes: 3 additions & 0 deletions css/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/style.css.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions css/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -196,4 +196,8 @@ footer {

.mt-4 {
margin-top: 30px;
}

.color-cards {
margin: 2em;
}
6 changes: 3 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="row mt-4">
<div class="col s12 ">
<blockquote>
Convert color from HEX to RGB(a) and HSL(a) or RGB(a) to HEX and HSL(a) value.<br>
Convert color from <b>hex to rgb(a)</b> and <b>hsl(a)</b> or <b>rgb(a) to hex</b> and <b>hsl(a)</b> values.<br>
Converted value is copied to clipboard
and prepared for pasting into CSS, SASS/SCSS, LASS files.
</blockquote>
Expand All @@ -68,7 +68,7 @@

<!--card-->
<div class="card">
<div class="card-content small">
<div class="card-content">
<!--row-->
<div class="row">
<!--form-->
Expand Down Expand Up @@ -177,7 +177,7 @@
<!--/row-->
</div>

<div class="row">
<div class="color-cards">
<div class="col s12 m12">
<div id="color-card" class="card lighten-5">
<div class="card-content black-text">
Expand Down

0 comments on commit 5793dfc

Please sign in to comment.