Vladimir Putin “We discussed this important issue yesterday over a beer...”

Barack OBAMA “You know, my faith is one that admits some doubt...”




Posts tagged with the keyword: ‘csscolors’

CSS Colours-Text – CSS Tutorials

CSS Colours-Text – 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, [...]

Share

CSS Selectors-Properties-and-Values – CSS Tutorials

CSS Selectors-Properties-and-Values – 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 [...]

Share
Advertisement
WordPress Blog