'billets' table + pages

This commit is contained in:
Clément
2025-04-15 16:29:47 +02:00
parent 9c129fc03d
commit ea0884d39f
12 changed files with 355 additions and 3 deletions

42
laravel/public/style.css Normal file
View File

@@ -0,0 +1,42 @@
html, body {
height: 100%;
}
body {
color: #bfbfbf;
background: black;
font-family: 'Futura-Medium', 'Futura', 'Trebuchet MS', sans-serif;
}
h1 {
color: white;
}
.titreBillet {
margin-bottom : 0px;
}
#global {
min-height: 100%; /* Voir commentaire sur html et body plus haut */
background: #333534;
width: 70%;
margin: auto; /* Permet de centrer la div */
text-align: justify;
padding: 5px 20px;
}
#contenu {
margin-bottom : 30px;
}
#titreBlog, #piedBlog {
text-align: center;
}
#titreReponses {
font-size : 100%;
}
#txtCommentaire {
width: 50%;
}