+ 1

How i color the image border?

25th Feb 2017, 2:02 PM
Rahul Singh
Rahul Singh - avatar
3 ответов
+ 20
<style>img{border:solid red;}</style>
25th Feb 2017, 2:03 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
thanks
25th Feb 2017, 2:04 PM
Rahul Singh
Rahul Singh - avatar
+ 4
Or 'border-color:red;' to not override other border properties with the shorthand 'border' ^^
25th Feb 2017, 5:09 PM
visph
visph - avatar