Prova di aggiornamento css

This commit is contained in:
Gianluigi Filippelli 2020-12-29 16:11:18 +01:00 committed by GitHub
parent 5b7567640e
commit 280268e8c9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -70,3 +70,12 @@ div.blueTable {
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.divTableBody { display: table-row-group;}
/* citazioni */
#cit::before { content: open-quote; }
#cit::after { content: close-quote; }
#cit {
quotes: "«" "»" "" "";
font-style: italic;
}