cv
This commit is contained in:
21
Bureau/cv.css
Normal file
21
Bureau/cv.css
Normal file
@@ -0,0 +1,21 @@
|
||||
|
||||
body {
|
||||
font-family: Arial, sans-serif;
|
||||
margin: 40px;
|
||||
background-color: #f9f9f9;
|
||||
color: #333;
|
||||
}
|
||||
h1, h2 {
|
||||
color: #003366;
|
||||
}
|
||||
.section {
|
||||
margin-bottom: 30px;
|
||||
}
|
||||
.info {
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
ul {
|
||||
list-style-type: square;
|
||||
padding-left: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user