Hi there, There must be certain CSS property, which can address this that means just color should be given to the numerical
border.
<p class="sequence">1</p>
<div class="sequence">1</div>
Or any other HTML tag.
Hi there, There must be certain CSS property, which can address this that means just color should be given to the numerical
border.
<p class="sequence">1</p>
<div class="sequence">1</div>
Or any other HTML tag.
I’m not sure I understand the question but you can make outline text (or numbers) using the prefixed version of -webkit-text-stroke.
Hi there sir, I was able to build this earlier also, but when I put your font-size = 5rem, even though it is negated it started to work
I have attached the GIF to see what I am facing.
Is 5rem
certain magic number?
The font needs to be big enough or the text-stroke fills the inside of the font.
Perhaps an animated example shows it better.
Now I understand, Thank you so much sir.
If you use 1px or the keyword ‘thin’ then you can go smaller.
-webkit-text-stroke: thin black;
Hi there @PaulOB Thin has solved the issue. Thank you so much.
This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.