I'm having problems with the <em> tag in CSS | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

I'm having problems with the <em> tag in CSS

<em> in HTML does not respond to the code in my CSS page

28th Oct 2020, 9:35 AM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
9 Answers
+ 5
Remove that style and head tag in CSS Then it will work fine:) https://code.sololearn.com/WyJS2Y0lAhbr/?ref=app
28th Oct 2020, 10:03 AM
chaithra Gowda
chaithra Gowda - avatar
+ 2
Ubosi, can you post the link to your code here, so that we can identify the problem properly and maybe help if possible?
28th Oct 2020, 9:47 AM
Rawley
Rawley - avatar
+ 2
Use filter: blur(some px); Example: filter:blur(1px); rgba(0,255,0,1) -1px -2px 0.5em yellow; this line is wrong you have to mention property and then it's value you can't just give values directly change this line to -> color:rgba(0,255,00,1); box-shadow:-1px -2px 0.5em yellow; /*it will not have any effect since there is no box instead use text-shadow(
29th Oct 2020, 1:18 AM
chaithra Gowda
chaithra Gowda - avatar
+ 2
You are welcome!!
29th Oct 2020, 1:22 AM
chaithra Gowda
chaithra Gowda - avatar
28th Oct 2020, 9:54 AM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
+ 1
Thanks
28th Oct 2020, 8:53 PM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
+ 1
https://code.sololearn.com/Wxjjqqh7ev3Z/?ref=app Please look at my code and help me get the blur effect
29th Oct 2020, 12:16 AM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
+ 1
Thanks again
29th Oct 2020, 1:21 AM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar
0
Okay thanks
28th Oct 2020, 9:49 AM
Nmelichukwu Ubosi
Nmelichukwu Ubosi - avatar