F
F
fair_play_932018-08-08 16:49:37
css
fair_play_93, 2018-08-08 16:49:37

Arrow Scheme (Steps) Bootstrap + CSS?

Friends and colleagues, good day!
Please help with advice, implement the following, for example, there is a scheme of 5 blocks - steps.
For example - stages of development. Block 1 points to the second one with an arrow, the second one to the third one, and so on...
Actually, the question is, how to properly implement all this using bootstrap + css?
Thank you all and have a nice day!

Answer the question

In order to leave comments, you need to log in

2 answer(s)
I
ixon, 2018-08-08
@ixon

Make a grid of 5 blocks, put another one in each block, which will depict an arrow and have parameters like these:

display:block;
position:absolute;
right:-120px;

An example solution would be:
https://codepen.io/anon/pen/GBwRNm

S
sdgroup14, 2018-08-09
@sdgroup14

I would do without extra markup something like this https://codepen.io/sdgroup14/pen/ajQKbq . So essentially the breadcrumbs on the site are doing

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question