Max Width vs Fixed Width in HTML CSS

preview_player
Показать описание
In this shorts you will learn the difference between max width and fixed width in html css.

#maxwidth #fixedwidth #htmlcss
Рекомендации по теме
Комментарии
Автор

Thank you so much, i really appreciate your kindness :).

ivanadept
Автор

Наоборот кстати тоже работает. width: 300px;
max-width: 100%;

houston_np
Автор

Would you ever even attach a pixel (px) value to a width property? It seems horrible for reactive design

trvnq
Автор

What role does width: 100%; play along with max-width: 300px? Wouldn't it do the same thing without width: 100%; ?

ultraman