test text
test text
.test {
font-size: 80px;
color: black;
text-shadow: -10px -10px 10px blue,
10px -10px 10px blue,
-10px 10px 10px blue,
10px 10px 10px blue;
}
.test2 {
font-size: 80px;
color: black;
-webkit-text-stroke: 10px blue;
}
.text3 {
width: 400px;
height: 400px;
background-color: black;
}