Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Блок с фоном */
- .back_micro3 {
- position: relative;
- width: 100%;
- height: 400px;
- left: 0px;
- /* overflow: hidden; */
- /* background-image: url(../images/back_micro3.jpg); */
- margin-top: 0px;
- margin-bottom: 0px;
- }
- .back_micro3:before{
- content: '';
- position: absolute;
- left: -10%;
- right: -10%;
- background: url(../images/back_micro3.jpg);
- top: 0;
- bottom: 0;
- background-size: cover;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement