Author Archives for Rayan Mohammad

UI vs UX

August 10, 2019 1:23 pm Published by Comments Off on UI vs UX

Video Content - In this article, we will see the difference between UI and UX, how they work together, and how to implement UI and UX for the company vision.


Min-width vs min-device-width

August 10, 2019 1:21 pm Published by Comments Off on Min-width vs min-device-width

Far too often I see people don’t quite understand the differences between width and device-width(and expanding upon that, other examples such as


Truncate multiline text with ellipsis in CSS

August 10, 2019 1:20 pm Published by Comments Off on Truncate multiline text with ellipsis in CSS

.multiline-ellipsis{display: block; display: -webkit-box; max-width: 400px; height: 109px; margin: 0 auto; font-size: 26px; line-height: 1.4; -webkit-line...