100-project-100-days-website/100_projects/100-background-video-pause-&-play/styles.css
2023-06-01 09:33:40 +03:00
Ask

26 lines
358 B
CSS

{56f3b4f0eb27a564840321f4b8e6ec48dccc7fe1 true 358 styles.css 0xc002a54d90}

body {
margin: 0;
padding: 0;
font-family: sans-serif;
}
h1 {
font-size: 2.5rem;
color: white;
letter-spacing: 0.277em;
font-weight: 300;
}
.background-video {
position: absolute;
top: 0;
left: 0;
z-index: -1;
width: 100%;
height: 100%;
object-fit: cover;
}
header {
min-height: 100vh;
display: grid;
place-items: center;
}