Skip to content

Instantly share code, notes, and snippets.

View whatabeautifulname's full-sized avatar

whatabeautifulname

View GitHub Profile
@whatabeautifulname
whatabeautifulname / index.html
Created September 10, 2019 02:41
pokedex v2
<body>
<p id="title">
<span class="instructions" id="instructions"> Click on the Blue Button!</span>
<span> <button onclick = "powerClick(); return false;" class = "powerbutton" id = "powerbutton"> </button> </span>
</p>
<div class="full-pokedex">
<div class="red-pokedex-top" id="red-top">
<div class="black-circle-top"> </div>
ּ_בּ
בּ_בּ
טּ_טּ
כּ‗כּ
לּ_לּ
מּ_מּ
סּ_סּ
תּ_תּ
٩(×̯×)۶
٩(̾●̮̮̃̾•̃̾)۶
@whatabeautifulname
whatabeautifulname / README.md
Created July 20, 2019 03:43 — forked from lopspower/README.md
Hexadecimal color code for transparency

Hexadecimal color code for transparency

Twitter

How to set transparency with hex value ?

For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.

All hex value from 100% to 0% alpha:

<!DOCTYPE html>
<html>
<head>
<title>About Lavandula</title>
<!-- <link href='https://fonts.googleapis.com/css?family=Ubuntu:400,700,300,400italic,500,500italic,300italic' rel='stylesheet' type='text/css'> -->
<link href="https://fonts.googleapis.com/css?family=Noto+Serif" rel="stylesheet">
<link href="lavender.css" type="text/css" rel="stylesheet"/>
</head>