CSS

Posted in CSS HTML Projects

CSS Tabs

To use tabs as a tool for elegant information sharing, we can use predefined plugins or we can…

Continuare...
Posted in CSS HTML JavaScript

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;…

Continuare...
Posted in CSS HTML

Bullets lists with custom symbols

Even if you have some predefined offers of bullets lists, you can use other options. For example, if…

Continuare...
Posted in CSS

Outline Font

If you need to use outline font (in case you have to place a white text on undefined…

Continuare...
Posted in CSS HTML Web Design

A kind of spoiler

If you must display optional text boxes you can use a little CSS, as shown below: #spoiler_box {…

Continuare...
Posted in CSS Web Design

Paragraph Indentation

In MS Word or other word processors it is easy to make the indentation (written with first line…

Continuare...
Posted in CSS HTML JavaScript Web Design

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,…

Continuare...
Posted in CSS WordPress

Unwrapped row

Although, in the picture above there are two images (each image is inserted into the div with a…

Continuare...
Posted in CSS Projects Web Design

Footnotes

On sites that contain text that requires references (with the help of footnotes), CSS can be useful, by…

Continuare...