Ajout CSS et HTML CV

This commit is contained in:
SUPREM
2025-09-22 16:48:11 +02:00
parent 3b15aa14ff
commit 85a5073bf8
2 changed files with 113 additions and 0 deletions

15
COLOR.css Normal file
View File

@@ -0,0 +1,15 @@
header {
background-color: #233ba7;
color: white;
text-align: center;
padding: 20px;
}
.bloc {
background: white;
margin: 20px auto;
padding: 20px;
width: 80%;
box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
border-radius: 8px;
}