TeryokhinAS_PIbd21/css/Zombieland.css

12 lines
336 B
CSS
Raw Permalink Normal View History

2023-11-27 17:58:55 +03:00
.body {
background: linear-gradient(to right, rgba(0,0,0,1) 0, rgba(255,255,255,0) 100%); height:100%;
}
.img {
height: 200px; margin-top:30px; margin-left:45px;
}
.bg-image-html {
background-image: url(../films/bgs/zombielandbg.jfif);
background-position: center;
height:100%;
background-repeat: no-repeat;
}