codice:
@font-face {
font-family: 'DanielRegular';
src: url('Font/daniel-webfont.eot');
src: local('?'), url('Font/daniel-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DanielBold';
src: url('Font/danielbd-webfont.eot');
src: local('?'), url('Font/danielbd-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: 'DanielBlackRegular';
src: url('Font/danielbk-webfont.eot');
src: local('?'), url('Font/danielbk-webfont.ttf') format('truetype');
font-weight: normal;
font-style: normal;
}
div.principale {
width: 100%;
height: 100%;
background-color: blue;
}
div.principale img {
border-width:0;
}
div.nome {
height: 30%;
text-align: center;
background-color:red;
}
p.nome {
font:6em 'DanielBlackRegular', Arial, sans-serif;
text-shadow:#aabbcc 8px 10px 2px;
}
div.links{
height:35%;
text-align:center;
letter-spacing:3em;
background-color:yellow;
}
div.prizes{
height:35%;
text-align:center;
letter-spacing:3em;
background-color:green;
}
div#facebook,img.facebook1,div#facebook:hover .facebook2,div#lastfm,img.lastfm1,div#lastfm:hover .lastfm2,div#linkedin,img.linkedin1,div#linkedin:hover .linkedin2,div#live,img.live1,div#live:hover .live2,div#twitter,img.twitter1,div#twitter:hover .twitter2,div#wordpress,img.wordpress1,div#wordpress:hover .wordpress2,div#youtube,img.youtube1,div#youtube:hover .youtube2 {
display:inline;
}
img.facebook2,div#facebook:hover .facebook1,img.lastfm2,div#lastfm:hover .lastfm1,img.linkedin2,div#linkedin:hover .linkedin1,img.live2,div#live:hover .live1,img.twitter2,div#twitter:hover .twitter1,img.wordpress2,div#wordpress:hover .wordpress1,img.youtube2,div#youtube:hover .youtube1 {
display:none;
}
e questo è L'HTML: