Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/developer-shourav/making-a-website-responsive

একটি ওয়েবসাইট কে responsive করার জন্য করনিয় সমূহঃ
https://github.com/developer-shourav/making-a-website-responsive

responsive website without-libraries

Last synced: about 1 month ago
JSON representation

একটি ওয়েবসাইট কে responsive করার জন্য করনিয় সমূহঃ

Awesome Lists containing this project

README

        

## For Making A website responsive

### You have to do **7** things for making a website responsive

1. 💡 Defining viewport in Meta tag.

2. 💡 Using CSS Relative measuring units. *(em, rem, vh, vw, %)*

3. 💡 Responsive / fluid image or image responsive.

4. 💡 Defining Body's max-width and margin: 0 auto;

5. 💡 Responsive split screen using flex. *( Using media quires for 2 columns section.)*

6. 💡 Grid Responsive (multi column).

7. 💡 Responsive Menu bar (using Js or CSS Frame work).