After spending 1week I finally created it (Survey Form)

Feedback indeed.

:arrow_down_small: :arrow_down_small: :arrow_down_small: :arrow_down_small:

Here you go.

Use media queries to define a separate rule-set for screens of a specified width. FCC has a section on it using media queries and generall web accesabillity.

@media only screen and (max-width: 480px) {
     Put code here.
}