Genies Hour (5)
CSS Border
Know
CSS Border Properties
The CSS
border properties allow you to specify the style, width, and color of an element's border.
What I have learned?
dotted- Defines a dotted borderdashed- Defines a dashed bordersolid- Defines a solid borderdouble- Defines a double bordergroove- Defines a 3D grooved border. The effect depends on the border-color valueridge- Defines a 3D ridged border. The effect depends on the border-color valueinset- Defines a 3D inset border. The effect depends on the border-color valueoutset- Defines a 3D outset border. The effect depends on the border-color valuenone- Defines no borderhidden- Defines a hidden border
What problem do I foresee happening?
Forget to put down the color border:1px solid #ccc;
How can I solve than now?
check every time to see if the website show anything
What is happening that you did not expect?
To be honest, there is nothing that happened out of my control.
What is the best thing that happened,why?
When I saw my codes becomes an actual website and appeared on the chrome where it is showing it's effects.
What is happening that you did not expect?
To be honest, there is nothing that happened out of my control.
What is the best thing that happened,why?
When I saw my codes becomes an actual website and appeared on the chrome where it is showing it's effects.
A dotted border.
A dashed border.
A solid border.
A double border.
A groove border. The effect depends on the border-color value.
A ridge border. The effect depends on the border-color value.
An inset border. The effect depends on the border-color value.
An outset border. The effect depends on the border-color value.
No border.
A mixed border.
Comments
Post a Comment