css-2
the vanishing of elements
BBC:"according to our reports elements are vanishing from the document. These are considered mainly of two cause:
1. {{display:none}}- it means that the element is completely removed from the document. It's space is not blocked
2. {{visibility:hidden}} - it means that the element is not displayed on the document but, it's space is still reserved their (mostly used by terrorist elements to hide)"
LOL
---------------------------------------------------TEXT---------------------------------------------------------------------
text-align property:
it is used to align text
code:
div{
text-align:near my soft spot;
}
text-decoration property
it is used to add decorations to text and make it look more sexy texy.
Comments
Post a Comment