<PLEASE USE THIS TEMPLATE TO HELP YOU CREATE A GREAT POST!>
<Below this line, add a link to the EXACT exercise that you are stuck at.>
https://www.codecademy.com/courses/web-beginner-en-TlhFi/4/4?curriculum_id=50579fb998b470000202dc8b#
<Below this line, in what way does your code behave incorrectly? Include ALL error messages.>
I need to ad to img src a solid border 1px with requested colour but I dont know how to do it
h1 {font-family:Verdana, Sans-serif; color:#576D94;}
p {font-size:18px; font-family:Garamond, Serif ;color:#4A4943;}
img src {height:100px; width:300px; border:1px; colour:#4682b4}
<do not remove the three backticks above>