Tell us what’s happening:
**Your code so far**
<style>
.smaller-image {
width: 100px;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
}
</style>
<a href="#"><img class="thick-green-border" "smaller-image" src="https://bit.ly/fcc-relaxing-cat" alt="A cute orange cat lying on its back."></a>
**Challenge:** Add Borders Around Your Elements
**Link to the challenge:**
https://www.freecodecamp.org/learn/responsive-web-design/basic-css/add-borders-around-your-elements
so when ever I try to add the smaller image and thick green border class to the image only one works at a time and I have tried putting spaces in between even comas but nothing seems to work