Please enable JavaScript.
Coggle requires JavaScript to display documents.
CSS3 - Coggle Diagram
CSS3
PROPRIETA'
color
background-color
font-family....
text-align
width, height
BOX-MODEL
position/display
SELETTORE
universale *
di elemento p, h1,...
di classe .nome_classe
di ID #
POSIZIONE
:warning: in line
con attributo del tag:
style="proprietà:valore;"
embedded:
<head>
<stile>
selettore{prop1:val1;
prop2:val2;
}
</style>
</head>
file esterno
DECORANO LA PAGINA
Cascading Style Sheets
SINTASSI:
selettore{proprietà:valore;}