ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

How to add responsive screen by setting width and height in px?

user-image
تم إضافة السؤال من قبل Raj Gowtham Narendra Babu , Software Development Intern , Infinite Computer Solutions (India) Ltd
تاريخ النشر: 2013/09/22
Zaid Rabab'a
من قبل Zaid Rabab'a , Software Development Team Leader , Al-Safa Co. Ltd.

Use Media Queries

 

Sth like

@media (max-width:600px) { .facet_sidebar { display: none; } }

Fadi Alkhateeb
من قبل Fadi Alkhateeb , Senior Front End Developer , NexTwo

You do that by Using CSS Media Queries, you create all breakpoints that you need in pixels to make your changes.

 

Check this article it will help you to how to use it:

How to create media queries in Responsive Web Design

 

If you need a refrence for Responsive design device resolution, check this out:

Responsive design device resolution reference

And check this tool, it helps you to test your websites in many viewports (it also gives you exact viewport for common devices) :

CyberCrab

 

هل تحتاج لمساعدة في كتابة سيرة ذاتية تحتوي على الكلمات الدلالية التي يبحث عنها أصحاب العمل؟