Skip to main content

Creating username and password using Table and border style



 DOWNLOAD Output file

CSS Border Properties


Border Style 


The border-style property specifies what kind of border to display.

None of the border properties will have ANY effect unless the border-style property is set!

border-style values: none:

Border Width

The border-width property is used to set the width of the border. 

The width is set in pixels, or by using one of the three pre-defined values: thin, medium, or thick.

Note: The "border-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.

Border Color

The border-color property is used to set the color of the border. The color can be set by:

  •  name - specify a color name, like "red" 
  •  RGB - specify a RGB value, like "rgb(255,0,0)" 
  •  Hex - specify a hex value, like "#ff0000"
You can also set the border color to "transparent".

Note: The "border-color" property does not work if it is used alone. Use the "border-style" property to set the borders first.

Comments

Popular posts from this blog

HOW TO CREATE BORDER USING HTML AND CSS

A border in your hypertext mark-up language pages will facilitate bring attention to an area of text or surround the other hypertext mark-up language component. As is seen below a border is created around any text victimization hypertext mark-up language and CSS on your website. within the example below we've enclosed a paragraph (<p></p>) with a red border. In the on top of code, the fashion is process the border size (px short for pixel), style type, and border color. the fashion of the border is however the border seems on screen. alternative kinds of border designs embrace dotted, dashed, double, groove, ridge, inset, and outset. The border color defines the colour you would like to use for the border. within the on top of example, the colour code #FF0000 was used, that is that the code for red. All of the on top of examples use "inline" designs to make the borders. you'll conjointly use "embedded" vogue sheets or "external...

Product color changing using HTML, CSS3 & jQuery

http://www.lisenme.com/

11 Creativity Text Styles and Hover Effects CSS3 | Tutorial SVG masking ...