Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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 করার জন্য করনিয় সমূহঃ
- Host: GitHub
- URL: https://github.com/developer-shourav/making-a-website-responsive
- Owner: developer-shourav
- Created: 2023-01-19T15:44:27.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T16:27:28.000Z (about 2 years ago)
- Last Synced: 2024-11-05T21:41:39.253Z (3 months ago)
- Topics: responsive, website, without-libraries
- Homepage: https://developer-shourav.github.io/Making-a-website-responsive/
- Size: 1000 Bytes
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).