Thursday, 20 November 2014

Red Neon Sign With CSS

Red Neon Sign With CSS
T-Bone


I wanted to try other colors for a neon style sign and I though red would look nice. So I've used red for text-shadow in CSS. Here is its structure:

text-shadow {y px x px zpx colour;}

The first px value shifts the text horizontally, the second vertically and the last value defines the degree of the blur.


CSS&HTML Code

No comments:

Post a Comment