Wrap text
Report abuse
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
@font-face {
src: url('Hawaii_Killer.ttf');
font-family: 'HawaiiKiller';
}
.rounded-corners {
-moz-border-radius: 15px;
-webkit-border-radius: 15px;
-khtml-border-radius: 15px;
border-radius: 15px;
}
.shadow1 {
text-shadow: 1px 1px 5px #FFFFFF;
}
|