Home » Services » Designs » CSS
Cascading Style Sheets (CSS) is a valueble tool to design and built versatile Internet pages. Styles sheets define
how an HTML element is displayed. Styles are normally saved in external files. External style sheets enable
you to change the appearance and layout of all the pages in your Web, just by editing one single CSS document.
CSS is a breakthrough in Web design because it allows developers to control the style and layout of multiple Web pages
all at once. As Web developers we can define a style for each HTML element and apply it to as many Web pages as we
want. To make a global change, we simply change the style, and all elements in the Web are updated automatically.
For more information of CSS visit the World Wide Web Consortium (W3C): Cascading Style Sheets (CSS) specification paper.
Below: these are simple forms that are build using CSS styles
| none |
dotted |
dashed |
solid |
double |
groove |
ridge |
inset |
outset |
1 |
2 |
3 |
4 |
5 |
6 |
7 |
Sample: Homogenius Rainbow colors:
Sample: Named colors
| | AliceBlue |
| | AntiqueWhite |
| | Aqua |
| | Aquamarine |
| | Azure |
| | Beige |
| | Bisque |
| | Black |
| | BlanchedAlmond |
| | Blue |
| | BlueViolet |
| | Brown |
| | BurlyWood |
| | CadetBlue |
| | Chartreuse |
| | Chocolate |
| | Coral |
| | CornFlowerBlue |
| | Cornsilk |
| | Crimson |
| | Cyan |
| | DarkBlue |
| | DarkCyan |
| | DarkGoldenrod |
| | DarkGray |
| | DarkGreen |
| | DarkKhaki |
| | DarkMagenta |
| | DarkOliveGreen |
| | DarkOrange |
|
| | DarkOrchid |
| | DarkRed |
| | DarkSalmon |
| | DarkSeaGreen |
| | DarkSlateBlue |
| | DarkSlateGray |
| | DarkTurquoise |
| | DarkViolet |
| | DeepPink |
| | DeepSkyBlue |
| | DimGray |
| | DodgerBlue |
| | Firebrick |
| | FloralWhite |
| | ForestGreen |
| | Fuchsia |
| | Gainsboro |
| | GhostWhite |
| | Gold |
| | Goldenrod |
| | Gray |
| | Green |
| | GreenYellow |
| | Honeydew |
| | HotPink |
| | IndianRed |
| | Indigo |
| | Ivory |
| | Khaki |
| | Lavender |
|
| | LavenderBlush |
| | LawnGreen |
| | LemonChiffon |
| | LightBlue |
| | LightCoral |
| | LightCyan |
| | LightGoldenRodYellow |
| | LightGray |
| | LightGreen |
| | LightPink |
| | LightSalmon |
| | LightSeaGreen |
| | LightSkyBlue |
| | LightSlateGray |
| | LightSteelBlue |
| | LightYellow |
| | Lime |
| | LimeGreen |
| | Linen |
| | Magenta |
| | Maroon |
| | MediumAquamarine |
| | MediumBlue |
| | MediumOrchid |
| | MediumPurple |
| | MediumSeaGreen |
| | MediumSlateBlue |
| | MediumSpringGreen |
| | MediumTurquoise |
| | MediumVioletRed |
|
| | MidnightBlue |
| | MintCream |
| | MistyRose |
| | Moccasin |
| | NavajoWhite |
| | Navy |
| | OldLace |
| | Olive |
| | OliveDrab |
| | Orange |
| | OrangeRed |
| | Orchid |
| | PaleGoldenrod |
| | PaleGreen |
| | PaleTurquoise |
| | PaleVioletRed |
| | PapayaWhip |
| | PeachPuff |
| | Peru |
| | Pink |
| | Plum |
| | PowderBlue |
| | Purple |
| | Red |
| | RosyBrown |
| | RoyalBlue |
| | SaddleBrown |
| | Salmon |
| | SandyBrown |
| | SeaGreen |
|
| | SeaShell |
| | Sienna |
| | Silver |
| | SkyBlue |
| | SlateBlue |
| | SlateGray |
| | Snow |
| | SpringGreen |
| | SteelBlue |
| | Tan |
| | Teal |
| | Thistle |
| | Tomato |
| | Transparent |
| | Turquoise |
| | Violet |
| | Wheat |
| | White |
| | WhiteSmoke |
| | Yellow |
| | YellowGreen |
|