Possible to Outline text?

Lillian Gray

Craft Master
Original poster
FOLKLORE MEMBER
Posting Speed
  1. 1-3 posts per week
  2. One post per week
Writing Levels
  1. Give-No-Fucks
  2. Advanced
  3. Adaptable
Genres
Fantasy, Romance, Medieval, Action, Magic, Sci-fi
Hello! I am working on some code and was wondering if it is possible to add an outline tag within a div? What would the line look like? I have tried a few different things but I cannot get it to work!
 
The closest thing I was able to figure out is a 'shadow'.

While this isn't quite what I was looking for, it worked for the time being.

ABC abc


Code:
[div=color:white; 
font-size: 40px;
line-height: 40px;
padding: 5px 5px 0;
text-shadow: -2px 2px #000000;]ABC abc[/div]
 
If you post your question in the Coding Help thread, one of the might code wizards might see it and be able to lend a hand. I'm afraid that shadowing is the best option that I myself can think of.
 
  • Useful
Reactions: Lillian Gray
If you post your question in the Coding Help thread, one of the might code wizards might see it and be able to lend a hand. I'm afraid that shadowing is the best option that I myself can think of.

I knew there was a thread somewhere!! Thank you