+ 1
Why border is not added here
5 Answers
+ 6
Jyoti ,
I lil modified your code
Look at this,
https://code.sololearn.com/WTpGl5VTR86v/?ref=app
+ 5
Jyoti
The border is not added because the border property is being overwritten by the border-width property.
For border:-
border: 70px solid pink;
For transform:-
Use this
`text-transform: uppercase;`
Instead of `text-transform:upper-alpha ;`
+ 1
Darpan kesharwaniđźđł I have added border in css but it was shown in code
Also text transform is also not showing
+ 1
text-transform upper-alpha?
Is the border showed or not?
border:width style color:
+ 1
Riya Thanks it is nice