Why border is not added here | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
31st Aug 2023, 10:12 AM
Jyoti
Jyoti - avatar
5 Respostas
+ 6
Jyoti , I lil modified your code Look at this, https://code.sololearn.com/WTpGl5VTR86v/?ref=app
31st Aug 2023, 12:30 PM
Riya
Riya - avatar
+ 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 ;`
31st Aug 2023, 10:33 AM
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š]
Darpan kesharwanišŸ‡®šŸ‡³[InactivešŸ“š] - avatar
+ 1
Darpan kesharwanišŸ‡®šŸ‡³ I have added border in css but it was shown in code Also text transform is also not showing
31st Aug 2023, 10:26 AM
Jyoti
Jyoti - avatar
+ 1
text-transform upper-alpha? Is the border showed or not? border:width style color:
31st Aug 2023, 12:07 PM
Samir Krasnic
Samir Krasnic - avatar
+ 1
Riya Thanks it is nice
31st Aug 2023, 2:30 PM
Jyoti
Jyoti - avatar