R
R
Robert2017-10-07 18:46:08
css
Robert, 2017-10-07 18:46:08

how to change css?

https://jsfiddle.net/fj70gx8q/3/ how to make the blocks do not change their size when the window is reduced?

Answer the question

In order to leave comments, you need to log in

6 answer(s)
J
Jerryforce, 2019-07-01
@Jerryforce

gradient

A
Andrey Suha, 2019-07-01
@andreysuha

tyts following the example, make two triangles, well, style the block as you need
UPD , probably still a better gradient as the commentators advised you above))

W
wbrapist, 2017-10-07
@KapcJIoH

.container {
  min-width: 200px; /* example */
}

A
Anatoly, 2017-10-07
@trofimovdev

Set blocks to a fixed width (not in%, but in px, for example).
https://jsfiddle.net/fj70gx8q/5/

A
Alexander, 2017-10-07
@NeiroNx

Set them to a fixed size, not as a percentage of the window size.

A
A person from Kazakhstan, 2017-10-07
@LenovoId

https://jsfiddle.net/fj70gx8q/7/ so for example

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question