Persoane interesate

01 noiembrie, 2012

Cum creeati o prezentare

Pentru inceput va trebui sa folositi un editor pentru a vedea cum arata prezentarea...
Incercati cu http://htmledit.squarefree.com/
  Copiati codurile de la imaginile care va plac si lipitile in acel editor pentru a vedea cum arata!

Borduri:

<p style="background-color: #000000; border: 10px solid #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Solid Borders</font></p>


<p style="background-color: #000000; border: 10px dotted #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Dotted Borders</font></p>






<p style="background-color: #000000; border: 9px dashed #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Dashed borders</font></p>


<p style="background-color: #000000; border: 10px outset #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Outset borders</font></p>


 <p style="background-color: #000000; border: 10px inset #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Inset borders</font></p>


<p style="background-color: #000000; border: 13px groove #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Groove borders</font></p>


<p style="background-color: #000000; border: 13px ridge #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Ridge borders</font></p>


<p style="background-color: #000000; border: 13px double #FFCCFF; text-align:center; font-size: 20px;"><font color="#ffffff" face="comic sans ms">Double borders</font></p>


   Acestea sunt toate..bineinteles k fontul scrisului poate fi schimbat, culoarea "ramelor" de asemenea, marimea lor si culoarea de backround.
  
  Tipuri de scris:   

  underline|| overline || line-trought || blink || bold || italian ||
shadow

Underline: 

<span style="text-decoration: underline">underline</span>


Overline:
<span style="text-decoration: overline">overline</span>


 Line trought:
<span style="text-decoration: line-through">line-through</span>

 Blink:
<span style="text-decoration: blink">blink</span>

Bold:
<b>bold</b>

Italian:
<i>italian</i>

Shadow:
<p style="text-shadow: #6374AB 10px -5px 1px;">shadow</p>



Niciun comentariu:

Trimiteți un comentariu