Posts

Border css

  Border-style None: no border Solid: border is a single solid line. Dotted: border is a series of dots. Dashed: border is series of short lines. Double: border is tow solid lines. Groove: border looks as though it is carved into the page. Ridge: border looks theee opposite of groove. Inset: border makes the box look like it is embedded in the page. Outset: border makes the box look like it is coming out the conves. Hidden: same as none, except in terms of border-conflict resolution for table elements. style="border-width:4px; border-style:none;" Border-width Border-bottom-width Border-top-width Border-left-width Border-right-width style="border-bottom-width:4px;   border-top-width:10px;   border-left-width: 2px;   border-right-width:15px;   border-style:solid;"

Text, Images, Links, Tables

  Text css ·      The color property is used to set the color of a text. ·      The direction property is used to set the text direction. ·      The letter-spacing property is used to add or subtract space between the ·      letters that make up a word. ·      The word-spacing property is used to add or subtract space between the words of a sentence. ·      The text-indent property is used to indent the text of a paragraph. ·      The text-align property is used to align the text of a document. ·      The text-decoration property is used to underline, overline, and strikethrough text. ·      The text-transform property is used to capitalize text or convert text to uppercase or lowercase letters. ·      The white-space property is used to control the flow an...

Element

  Css Transform Transform: rotate(_deg); Transform: scale(x,y); Transform: skew(x deg, y deg); Transform-origin: x-axis y-axis z-axis; Background css background-color background-image background-repeat background-position background-attachment background Font css Font-family Font-style Font-weight Font-size Font

Positioning in css

Image
  Positioning in css Positioning: relative; Positioning: absolute; Positioning: sticky; Positioning: fixed; Positioning: static;

css element

  Css code