Browse Source

Ajout des quote

Sangfroid 2 months ago
parent
commit
89442c6004
1 changed files with 31 additions and 0 deletions
  1. 31 0
      assets/styles/app.css

+ 31 - 0
assets/styles/app.css

@@ -124,6 +124,37 @@ main {
   display: block;
   display: block;
 }
 }
 
 
+blockquote {
+  font-family: Georgia, serif;
+  font-size: 1.2em;
+  font-style: italic;
+  color: #555; /* Couleur du texte */
+  border-left: 4px solid #ccc; /* Bordure à gauche */
+  margin: 1.5em 10px;
+  padding: 0.5em 10px;
+  quotes: "“" "”" "‘" "’";
+}
+
+blockquote::before {
+  content: open-quote;
+  font-size: 2em;
+  color: #ccc; /* Couleur de la citation */
+  vertical-align: -0.4em;
+  margin-right: 5px;
+}
+
+blockquote p {
+  display: inline;
+}
+
+blockquote::after {
+  content: close-quote;
+  font-size: 2em;
+  color: #ccc;
+  vertical-align: -0.4em;
+  margin-left: 5px;
+}
+
 
 
 hr {
 hr {
   width: 40%; /* Ajustez la largeur selon vos préférences */
   width: 40%; /* Ajustez la largeur selon vos préférences */