1 / 16

Ripasso

Ripasso. Proprietà del testo. body { font-family: Verdana, Geneva, Arial, sans-serif; }. Ciao. Ciao. sans-serif. serif. body { font-size: 14px; }. px em % xx-small x-small small medium large x-large xx-large. Proprietà del testo. Proprietà del testo. body {

amy
Télécharger la présentation

Ripasso

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Ripasso

  2. Proprietà del testo body { font-family: Verdana, Geneva, Arial, sans-serif; } Ciao Ciao sans-serif serif

  3. body { font-size: 14px; } px em % xx-small x-small small medium large x-large xx-large Proprietà del testo

  4. Proprietà del testo body { color: silver; } body { color: #C0C0C0; } body { color: rgb(192,192,192); }

  5. body { font-weight: bold; } lighter normal bold bolder Proprietà del testo

  6. body { text-decoration: underline; } none underline overline line-through blink Proprietà del testo

  7. body { font-style: italic; } italic oblique Proprietà del testo

  8. body { border-width: 1px; border-style: solid; border-color: #cc00cc; } Bordo body { border: 1px solid #cc00cc; }

  9. body { border-width: 1px; border-style: solid; border-color: #cc00cc; } Border width px thin medium thick Bordo body { border: 1px solid #cc00cc; }

  10. body { border-width: 1px; border-style: solid; border-color: #cc00cc; } Border style solid dotted double groove outset dashed inset ridges Bordo body { border: 1px solid #cc00cc; }

  11. p { background-color: yellow; border: 2px solid blue; padding: 30px; margin: 30px; } Padding vs Margin

  12. Background body { background-image: url(img/haha.jpg); }

  13. Background body { background-image: url(img/haha.jpg); background-repeat: no-repeat; }

  14. Background body { background-image: url(img/haha.jpg); background-repeat: no-repeat; background-position: top right; }

  15. p { text-align: justify; } left right center justify New Proprità del testo

  16. New Proprità del testo p { text-indent: 30px; text-align: justify }

More Related