test
This commit is contained in:
37
css/Accueil.css
Normal file
37
css/Accueil.css
Normal file
@ -0,0 +1,37 @@
|
||||
img {
|
||||
width: 32%;
|
||||
heigth: auto;
|
||||
}
|
||||
.link_line {
|
||||
width: 70%;
|
||||
heigth: auto;
|
||||
}
|
||||
h1 {
|
||||
font-size: xx-large;
|
||||
}
|
||||
h1:hover {
|
||||
font-style: italic;
|
||||
}
|
||||
p {
|
||||
font-size: 12px;
|
||||
font-family: Impact, "Arial Black", Arial, Verdana, sans-serif;
|
||||
}
|
||||
nav {
|
||||
width: 25%;
|
||||
border: 2px solid black;
|
||||
padding: 1px;
|
||||
margin: 4px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
}
|
||||
#body {
|
||||
display: flex;
|
||||
justify-content: space-around;
|
||||
}
|
||||
section {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
article {
|
||||
flex: 1;
|
||||
}
|
61
css/cv.css
Normal file
61
css/cv.css
Normal file
@ -0,0 +1,61 @@
|
||||
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; */
|
||||
}
|
Reference in New Issue
Block a user