L
L
Lina Fish2015-10-18 13:20:05
css
Lina Fish, 2015-10-18 13:20:05

What is the principle of making block switches with content?

In the process of learning layout (at the stage of practice) I am looking for simpler layouts. But all the time there are, bitch, switches that I can't figure out how to make. All layout content is aligned equally in width, BUT not these radio buttons.
f98f140298a74961bbac4407a9279ec2.png
Tell me in which direction to think, where to read about it or look.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Arthur Grand, 2015-10-18
@radiorybba

If you are talking about the arrows in the carousel, then they are pushed out of the borders in a la style

.carousel-wrapper{
    position:relative;
}
.btn-prev{
    position:absolute;
    left:-50px;
}
.btn-next{
    position:absolute;
    right:-50px;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question