parent
b7e8fe136f
commit
e1f691cac7
@ -0,0 +1,45 @@
|
||||
html {
|
||||
background: linear-gradient(rgb(0, 59, 101), rgb(75, 0, 145));
|
||||
color: white;
|
||||
font-family: montserrat,sans-serif;
|
||||
font-size: 150%;
|
||||
padding: 5vw;
|
||||
|
||||
}
|
||||
.titre_prenom{
|
||||
position: fixed;
|
||||
margin-top: -4vw;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
a{
|
||||
color: #00e1ff;
|
||||
}
|
||||
|
||||
#photo_Julien{
|
||||
margin-top: 6vw;
|
||||
width: 20vw;
|
||||
height: auto;
|
||||
border-radius: 1.5vw ;
|
||||
border: 100px white;
|
||||
}
|
||||
.container_aside{
|
||||
float: right;
|
||||
border: solid 0.01vw;
|
||||
border-radius: 1.5vw;
|
||||
padding: 1vw;
|
||||
margin-left: 10vw;
|
||||
}
|
||||
.clear_right{
|
||||
clear: left;
|
||||
}
|
||||
.double_article{
|
||||
display:flex;
|
||||
flex-wrap: nowrap;
|
||||
border: solid 0.01vw wheat;
|
||||
padding: 1vw;
|
||||
}
|
||||
.Planning{
|
||||
border: solid #00e1ff;
|
||||
border-collapse: collapse;
|
||||
}
|
Loading…
Reference in new issue