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
6 odpowiedzi
+ 3
You wrote border 50x: solid grey; but it is border: 50px solid gray.
You misplaced ":", and forgot to add p in px
0
Post your code here
0
Can you send the code?
0
Sanja Panic
Good point,i fixed it and ran it again but still doesnt show the borders
0
You forgot to add also p in px. It is border: 50px solid gray ;