For example, you want to set 40% alpha transparence to #000000 (black color), you need to add 66 like this #66000000.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ּ_בּ | |
| בּ_בּ | |
| טּ_טּ | |
| כּ‗כּ | |
| לּ_לּ | |
| מּ_מּ | |
| סּ_סּ | |
| תּ_תּ | |
| ٩(×̯×)۶ | |
| ٩(̾●̮̮̃̾•̃̾)۶ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!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> |