32 lines
338 B
CSS
32 lines
338 B
CSS
* {
|
|
font-size: 12pt;
|
|
font-family: "Times New Roman", Times, serif;
|
|
}
|
|
|
|
cinéma {}
|
|
|
|
film {
|
|
padding: 10px;
|
|
}
|
|
|
|
titre {
|
|
font-weight: bold;
|
|
font-size: 14pt;
|
|
}
|
|
|
|
réalisateur {
|
|
color: red;
|
|
}
|
|
|
|
année {
|
|
color: red;
|
|
}
|
|
|
|
acteur {
|
|
color: blue;
|
|
font-style: italic;
|
|
}
|
|
|
|
film, séances, synopsis {
|
|
display: block;
|
|
}
|