I don't know why I am getting this 3d effect in words. How can I remove the effect and flatten the words?
The font family is Poppins
body {font-family: "Poppins";}
You can do any formatting with CSS.
a {font-style: normal;}
will make font style as normal
There may be a CSS conflict. Try this. Change class & the colors as suitable. add
text-shadow: none; .text-class { text-shadow: none; background: #333; color: #fff; }
You can do any formatting with CSS.
will make font style as normal