All Questions
4 questions
-1
votes
1
answer
365
views
Responsive buttons SAPUI5
I wanted to know if there is a way for these buttons to adapt when I am with a mobile device. That is to say, right now the three buttons are horizontal, but when the device is smaller instead of ...
1
vote
1
answer
41
views
Could someone help me make my website Responsive? (HTML and CSS)
Hello can someone help me make this website responsive for any device or give me a tip on how I could do it. I have already tried to work with flex-shrink, but it did not work. To be honest, the ...
6
votes
2
answers
5k
views
Flexbox: Alternate "row" and "row-reverse" according to row's number
I am trying to create a responsive layout with Flexbox which allows me to alternate both the directions row and row-reverse.
Maybe you can understand it better with some image (mind the order of the ...
0
votes
4
answers
1k
views
Responsive grid of squares within a responsive grid of squares
I am trying to make a grid of responsive squares, with each square in the grid containing another grid of responsive squares. Think of a sudoku board, which has 9 squares, each containing 9 squares.
...