Posts Tagged ‘csscolors’

CSS Colours-Text – CSS Tutorials

This item was filled under [ CSS Tutorials ]

Colours:
CSS brings 16,777,216 colours to your disposal. They can take the form of a name, an rgb (red/green/blue) value or a hex code.
red
Is the same as
rgb(255,0,0)
Which is the same as
rgb(100%,0%,0%)
Which is the same as
#ff0000
Which is the same as
#f00
There are 17 valid predefined colour names. They are aqua, black, blue, fuchsia, gray, green, lime, maroon, navy, [...]

Continue reading...

CSS Selectors-Properties-and-Values – CSS Tutorials

This item was filled under [ CSS Tutorials ]

Whereas HTML has tags, CSS has ‘selectors‘. Selectors are the names given to styles in internal and external style sheets. In this CSS Beginner Tutorial we will be concentrating on HTML selectors, which are simply the names of HTML tags and are used to change the style of a specific tag.
For each selector there are [...]

Continue reading...

Tagged with: [ , , ]