The document inside style tag is visible | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

The document inside style tag is visible

I was tryin out border and padding attributes inside "style"tag but when i open the code on my browser the border is not visible but z code is actually there,idk wts wrong

11th Oct 2021, 12:03 PM
Rio
6 Answers
+ 3
You wrote border 50x: solid grey; but it is border: 50px solid gray. You misplaced ":", and forgot to add p in px
11th Oct 2021, 12:30 PM
PanicS
PanicS - avatar
0
Post your code here
11th Oct 2021, 12:09 PM
PanicS
PanicS - avatar
0
Can you send the code?
11th Oct 2021, 12:09 PM
Eashan Morajkar
Eashan Morajkar - avatar
0
Sanja Panic Good point,i fixed it and ran it again but still doesnt show the borders
11th Oct 2021, 12:35 PM
Rio
0
You forgot to add also p in px. It is border: 50px solid gray ;
11th Oct 2021, 12:38 PM
PanicS
PanicS - avatar