User Tools

Site Tools


css:text_inset_outset

This is an old revision of the document!


CSS - Text inset / outset

.inset-text {
  text-shadow: #000 -1px -1px 0;
}
.outset-text {
  text-shadow: rgba(255, 255, 255, 0.5) 1px 1px 0;
}
css/text_inset_outset.1589967363.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki