Merge branch 'main' of https://git.etud.insa-toulouse.fr/mougnibas/projet-clicodrome
This commit is contained in:
commit
692fc9aeb6
4 changed files with 4 additions and 6 deletions
BIN
css/codevert.jpg
Normal file
BIN
css/codevert.jpg
Normal file
Binary file not shown.
After Width: | Height: | Size: 20 MiB |
|
@ -7,11 +7,6 @@ body {
|
||||||
padding: 20px;
|
padding: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
|
||||||
font-family: 'Helvetica Neue', sans-serif;
|
|
||||||
text-align: left;
|
|
||||||
color: #444;
|
|
||||||
}
|
|
||||||
|
|
||||||
button {
|
button {
|
||||||
padding: 8px 15px;
|
padding: 8px 15px;
|
||||||
|
|
|
@ -5,6 +5,8 @@ body {
|
||||||
color: #2c3e50;
|
color: #2c3e50;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 90px;
|
padding: 90px;
|
||||||
|
background-image: linear-gradient(black, white);
|
||||||
|
background-image: url(codevert.jpg);
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3 {
|
h1, h2, h3 {
|
||||||
|
@ -79,3 +81,5 @@ th {
|
||||||
table tr:hover {
|
table tr:hover {
|
||||||
background-color: #f1f1f1;
|
background-color: #f1f1f1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -37,5 +37,4 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
</body>
|
</body>
|
||||||
</body>
|
|
||||||
</html>
|
</html>
|
Loading…
Reference in a new issue