css is a language designed to simplify the process of making webpage presentable.it allows you to apply styles to html documents,describing how a webpage should look by prescribing colors,font,spacing,and poisiting.
class | define |
---|---|
table | container for an html table |
border | a border is a line that surronds an element, like a frame around a paintaing. |
padding | a margin is the space around an element's border,while padding is the space between an elements content. |
margin | the margin is the outermost layer, wrapping the content,padding,and border as whitespace between this box and other element. |
hover | a hover takes place when a user hovers over an element,and the elemant responds with transition effect. |
position | the position property setshow an element is positioned in a document.the top,right,bottom,and left properties determine the final location of positioned elements. |