How can i change border iner color | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

How can i change border iner color

It might help , a lot

5th Jul 2018, 5:01 PM
Fadaini Oluwaseun Alex
4 Answers
+ 12
For a green border with an orange inner color you need the code below. I used it on the whole body tag. body { border: 5px solid green; background-color: orange; } Try it!
5th Jul 2018, 5:44 PM
_F1_
_F1_ - avatar
+ 1
border inner color? Can you clear your question properly so community can help you
5th Jul 2018, 5:31 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
by looking at _F1_ answer i figured out your question you can also try: <div></div> div{ height:20px; width:50px; background-color: yellow; box-shadow: -5px 0 black, 0 5px black, 5px 0 black, 0 -5px black; border:4px solid green; }
5th Jul 2018, 6:07 PM
Sudarshan Rai
Sudarshan Rai - avatar
+ 1
background-color:orange; atleast try it (didnt understand the Q to 100%)
5th Jul 2018, 9:02 PM
n3m0
n3m0 - avatar