generated from Templates_CodeFirst/templateHtmlCss
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.
74 lines
1.3 KiB
74 lines
1.3 KiB
.layout {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-direction: column;
|
|
justify-content: space-around;
|
|
padding-left: 5vw;
|
|
padding-right: 5vw;
|
|
padding-top: 50px;
|
|
}
|
|
|
|
.sectionImage {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 100px;
|
|
margin-bottom: 50px;
|
|
margin-left: 4%;
|
|
margin-right: 4%;
|
|
}
|
|
|
|
.sectionImage img {
|
|
width: 250px;
|
|
height: 250px;
|
|
}
|
|
|
|
/*DEBUT Espace travaux -> Exceptionnel*/
|
|
#travaux {
|
|
z-index: -5;
|
|
position: absolute;
|
|
top: 100px;
|
|
right: 70px;
|
|
align-items: center;
|
|
}
|
|
#travaux section {
|
|
background-color: rgba(211, 211, 211, 0.225);
|
|
}
|
|
/*FIN Espace travaux*/
|
|
|
|
.headTitle {
|
|
display: flex;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-items: center;
|
|
height: 80vh;
|
|
margin-bottom: 10vh;
|
|
}
|
|
|
|
#title {
|
|
font-family: monospace;
|
|
text-align: end;
|
|
width: max-content;
|
|
border-bottom: none;
|
|
font-size: 300%;
|
|
}
|
|
|
|
#titleName {
|
|
font-size: 120px;
|
|
text-transform: uppercase;
|
|
font-family: 'Gambetta', serif;
|
|
letter-spacing: -3px;
|
|
font-weight: 500;
|
|
margin-bottom: 0.8rem;
|
|
color: PaleGoldenRod;
|
|
outline: none;
|
|
text-align: center;
|
|
animation: anim 8s ease infinite;
|
|
}
|
|
|
|
@keyframes anim {
|
|
50% {
|
|
letter-spacing: 1px;
|
|
}
|
|
} |