www/src/static/css/nebraska-man.css

51 lines
963 B
CSS
Raw Normal View History

2022-10-06 01:49:16 +03:00
#nb-gen-art-1{
position: absolute;
background-image: url("/Images/tea-cover-nb-team.jpg");
background-position: top;
background-repeat: no-repeat;
background-size: cover;
width: 40.9vw;
height: 41.7vw;
right: 8.4vw; !important;
top: 0vw;
z-index: 1;
}
#nb-gen-art-2{
position: absolute;
background-image: url("/Images/gen-art/glass-triangles.jpg");
background-position: top;
background-repeat: no-repeat;
background-size: cover;
width: 40.9vw;
height: 16.7vw;
left: 8.4vw; !important;
top: 12.5vw;
z-index: 1;
}
2022-10-06 01:49:16 +03:00
.nb-man-hero{
background-image: url("/Images/x-large-grid-hero.svg");
background-attachment: fixed;
background-position: top;
background-repeat: repeat;
background-size: contain;
border-bottom: 2px solid #949494;
}
#nb-man-float{
position: relative;
padding-left: 25vw;
}
.nb-man-hero h1{
position: relative;
z-index: 2;
}
.nb-lead{
position: relative;
z-index: 2;
width: 30vw;
}