HTML
CSS Tabs
23/03/2021 Leave a Comment on CSS Tabs
To use tabs as a tool for elegant information sharing, we can use predefined plugins or we can…
Show password
13/11/2020 Leave a Comment on Show password
Without too much explanation, the code “speaks” for itself. CSS @import url(“https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css”); .parola { border:1px solid gray; overflow:auto;…
Bullets lists with custom symbols
Even if you have some predefined offers of bullets lists, you can use other options. For example, if…
A kind of spoiler
01/10/2020 Leave a Comment on A kind of spoiler
If you must display optional text boxes you can use a little CSS, as shown below: #spoiler_box {…
Example of using a pop-up window
Sometimes we may need to open a pop-up window when we press a link / button. For example,…