mise en page cv

This commit is contained in:
gallego
2024-01-19 00:53:55 +01:00
parent 87b3e14a68
commit 0123b6916e
3 changed files with 113 additions and 8 deletions

View File

@@ -1,4 +1,6 @@
body{
font-family: Arial, Helvetica, sans-serif;
padding: 0px;
background-image:url("../img/background.svg");
}
@@ -32,8 +34,32 @@ form div {
margin: 2%;
}
input[type=text]:focus{
/*input[type=text]:focus{
border: 2px solid red;
border-radius: 4px;
}
}*/
input[type=text], textarea, input[type=email] {
width: 100%;
padding: 12px;
border: 1px solid #ccc;
border-radius: 4px;
box-sizing: border-box;
resize: vertical;
}
label{margin-right: 0px;
margin-left: 0px;
width: 100%;}
input[type=submit] {
background-color: #1255a2;
color: white;
padding: 12px 20px;
border: none;
border-radius: 4px;
cursor: pointer;
}
input[type=submit]:hover {
background-color: #1872D9;
}

View File

@@ -4,10 +4,20 @@ h1,h2,h3,h4,h5{
}
#cv-1{
display: flex;
flex-direction: row;
align-items: flex-start;
#cv{
display: inline-block;
border: 1px solid red;
padding: 1rem 1rem;
vertical-align: middle;
}
main{
border: 1px solid black;
margin: 1rem;
padding: 2rem 2rem;
text-align: center;
}
#marge{