Vertaling van "min-width" in Engels
We konden deze vermelding niet vinden. Er worden benaderende resultaten weergegeven. Controleer je spelling of stel voor deze term aan het woordenboek toe te voegen.
Własności stylu, takie jak min-width i max-height, mogą być dodawane do każdego elementu.
The style properties such as min-width and max-height can be applied to any element.
Dodaje min-width, max-width, min-height i max-height na wszystkich przeglądarkach.
Add min-width, max-width, min-height and max-height on all browsers.
Różnica jest niewielka, ale bardzo ważna: min-width zależy od rozmiaru okna przeglądarki, a min-device-width - od rozmiaru ekranu.
The difference is subtle but very important: min-width is based on the size of the browser window whereas min-device-width is based on the size of the screen.
Rozmiar stosu jest określony przez największego potomka, ale możemy zastosować własności CSS width, height, min-width i inne podobne własności zarówno ze stosem, jak i jego potomkami.
The size of the stack is determined by its largest child, but you can use the CSS properties width, height, min-width and other related properties on both the stack and its children.
Niebieski: zapytania o media z warunkami min-width oraz max-width
Blue: Media queries with both min-width and max-width conditions
Możesz również zdecydować się na korzystanie z ciągów znaków (strings) zamiast map dla lepszej elastyczności (np. '(min-width: 800px)').
You could opt for strings rather than inner maps for more flexibility (e.g. '(min-width: 800px)'). Breakpoint manager
<link Jak widać intensywnie używane są tutaj parametry min-width lub max-width określające minimalną lub maksymalną szerokość ekranu, spełniającą warunki do zastosowania danych reguł CSS.
min-width and max-width parameters determining the minimum and maximum width of the screen, which satisfies the conditions for use of defined CSS rules. Logical operators
Na przykład w dokumencie, który nie zawiera warunków minimalnej szerokości (min-width), nie będzie wyświetlany fioletowy pasek zapytań.
For example, if the document does not contain min-width conditions, then the purple bar is not displayed.
Na paskach są podane wartości punktów przerwań: min-width po lewej stronie (określa szerokość minimalną) oraz max-width po prawej stronie paska (określa szerokość maksymalną).
The breakpoint values are indicated on the bars - min-width at the left and max-width at the right of the bar. Breakpoint values