V5
This commit is contained in:
parent
642c2c2cbf
commit
035f23b507
12
css/CV.css
12
css/CV.css
@ -24,8 +24,7 @@ section {
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
.job h3,
|
||||
.competence h3 {
|
||||
.job h3 {
|
||||
color: #007BFF;
|
||||
}
|
||||
|
||||
@ -34,13 +33,12 @@ ul {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.skills ul,
|
||||
.education ul {
|
||||
padding-left: 20px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.skills p,
|
||||
.competence p,
|
||||
.education p {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
@ -50,9 +48,9 @@ ul, ol {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.print-button {
|
||||
.bouton-imprimer {
|
||||
display: block;
|
||||
margin: 20px auto; /* Center the print button */
|
||||
margin: 20px auto;
|
||||
padding: 10px 20px;
|
||||
font-size: 18px;
|
||||
background-color: #b71c1c;
|
||||
@ -77,7 +75,7 @@ ul, ol {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.print-button {
|
||||
.bouton-imprimer {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="cv-container">
|
||||
<header>
|
||||
<button class="print-button" onclick="window.print()">Imprimer le CV</button>
|
||||
<button class="bouton-imprimer" onclick="window.print()">Imprimer le CV</button>
|
||||
<h1>Louay DARDOURI</h1>
|
||||
</header>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="cv-container">
|
||||
<header>
|
||||
<button class="print-button" onclick="window.print()">Imprimer le CV</button>
|
||||
<button class="bouton-imprimer" onclick="window.print()">Imprimer le CV</button>
|
||||
<h1>Marco ORFAO</h1>
|
||||
</header>
|
||||
|
||||
|
@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="cv-container">
|
||||
<header>
|
||||
<button class="print-button" onclick="window.print()">Imprimer le CV</button>
|
||||
<button class="bouton-imprimer" onclick="window.print()">Imprimer le CV</button>
|
||||
<h1>Moncef STITI</h1>
|
||||
</header>
|
||||
|
||||
|
@ -140,6 +140,12 @@
|
||||
<p>Burger Ritz accompagné de frites croustillantes et d'une sauce maison secrète.</p>
|
||||
<p class="prix">Prix : 11,25 €</p>
|
||||
</div>
|
||||
<div class="menu-item">
|
||||
<h4>Assiette végétarienne gourmet</h4>
|
||||
<img src="../img/Plat/plat9.png" alt="Assiette végétarienne gourmet">
|
||||
<p>Selection de légumes grillés, quinoa et sauce à l'avocat.</p>
|
||||
<p class="price">Prix : 7,50 €</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
BIN
img/Plat/plat9.png
Normal file
BIN
img/Plat/plat9.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.3 MiB |
Loading…
Reference in New Issue
Block a user