I want to test my Website in Samsung A11 screen size can anyone tell me its css height and width.
And also how to calculate css height
and width
using mobile screen resolution.
Asked
Active
Viewed 221 times
-2

ECS Roman
- 79
- 1
- 12
1 Answers
1
The resolution of the screen is 720x1560 pixels. You can use flexbox in order to make your content reponsive to different types of screens.

Guilherme Maranhão
- 11
- 1
-
I know the screen resolution but I want its CSS view ports – ECS Roman Oct 22 '20 at 07:34