cannabinieri website
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

68 lines
1.1 KiB

.container {
height: calc(100% -30vh);
width: 100vw;
font-family: 'Lato', sans-serif;
}
img {
border-radius: 50%;
}
.content_container {
display: grid;
justify-items: center;
padding: 1vh 1vw;
}
.content_container img {
grid-row: 2;
grid-column: 1/2;
height: 80vw;
width: 80vw;
}
.content_container h1 {
grid-row: 1;
color: #333;
font-size: 8vh;
text-transform: uppercase;
padding: 1vh 0;
}
.content_container h1 span {
opacity: 70%;
}
.content_container p {
grid-row: 2/3;
grid-column: 1/2;
text-align: center;
background-color: rgba(255, 255, 255, 0.5);
margin-top: 25vh;
color: #333;
font-size: 2.5vh;
padding: 2vh 2vw;
letter-spacing: .1vw;
line-height: 4vh;
}
.content_container a {
grid-row: 3;
text-decoration: none;
background-color: rgba(61, 189, 146, 1);
opacity: 80%;
color: #eee;
padding: 2vh 7vw;
text-transform: uppercase;
letter-spacing: .35vw;
transition: all ease .4s;
}
.content_container a:active {
box-shadow: 0px 0px 10px #63caa7;
}
#withbutton {
padding-bottom: 4vh;
}