K
K
Kakeru2018-03-20 18:48:25
css
Kakeru, 2018-03-20 18:48:25

How to set the indentation of the view from the footer so that it is not pressed against it?

There is a video that is built into the site by the YouTube player, the problem is that it is pressed to the footer, tell me how to indent.

Image
5ab12cfa3cb5c176535833.png
The code
5ab12d371954c798476507.png

Answer the question

In order to leave comments, you need to log in

2 answer(s)
V
Vladislav, 2018-03-20
@MrRadar

margin:px;
Doesn't work?)
Or is there a clearfix error

J
Jupiter Max, 2018-03-21
@vardoLP

.video{
margin-bottom:50px;
}

or
.video{
padding-bottom:50px;
}

50px is just an example, you can set any value you need.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question