Tell us what’s happening:
My program has a resize problem which it asks me not to exceed the original size.
Your code so far
.responsive-img{
max-width: 100%;
height: auto;
}
#image{
display: inline-block;
resize: relative;
max-width: 690px;
border-radius: 40px;
border-color: red;
border-width: 5px;
border-style: solid;
}
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.163 Safari/537.36
.
please help me out
Challenge: Build a Survey Form
Link to the challenge: