I wanted to ask is it a good idea to create header and after that adapt it to the mobile screens, even though other parts of the website are not created?
>Solution :
Try a mobile-first approach. If your application is gonna be responsive in the future then start by designing with mobile CSS. Then incrementally increase the dimension and add the media queries based on that.