test/css/cv.css

62 lines
882 B
CSS
Raw Permalink Normal View History

2018-09-19 18:57:54 +02:00
img#id {
width: 70%;
heigth: auto;
margin: auto;
padding: 24px;
}
img[class="puce"] {
width: 12%;
}
.feuille {
min-width: 1080px;
width: 1080px;
height: 1528px;
margin: auto;
background-color: white;
display: flex;
}
h1 {
/* font-size: xx-large; */
}
p {
/* font-size: 12px;
font-family: Impact, "Arial Black", Arial, Verdana, sans-serif; */
}
body {
background-color: #000;
/* justify-content: center;
align-content: stretch; */
}
article {
display: flex;
}
ul {
list-style-type: none;
padding: 0px;
margin: auto;
}
li {
display: flex;
justify-content: space-between;
padding: 4px;
/*border: 2px solid black;*/
}
span {
margin: auto;
}
section {
/*border: 2px solid black;*/
/* margin: auto; */
}
section#left {
width: 35%;
display: flex;
flex-direction: column;
align-items: center;
/* flex: 1; */
}
section#right {
width: 65%;
/* flex: 3; */
}