Element beveled (inside) of some sort
TEXT EMBOSSED
This one is like having two elements overlapping. The canvas and the inside element. Actually this one is just one element with mixing different shadows positions and border.
Element embossed and text beveled
TEXT BEVELED
Element and text embossed
TEXT EMBOSSED
Element and text beveled
TEXT BEVELED
MEEP MEEP
MEEP MEEP
This one is actually two elements. The actual text element, and the transformed shadow. You can see the HTML elements below. I put rotation, scale on X axis with minus value (mirroring), and skewing.
You can see the CSS below. There are classes:
.element
for general wrapper element stying.emboss
for creating wrapper element emboss.bevel
for creating wrapper element bevel.tex
for general styling of the text inside the element.tex-emboss
for creating the emboss on the text inside the element.tex-bevel
for creating the bevel on the text inside the element.tex-fx
for creating shadow on the last "MEEP MEEP" text
HTML of the demo above
No comments
Post a Comment