[Rails] Site internet de la World Tartiflette Tour.
1
/*
2
* This is a manifest file that'll be compiled into application.css.
3
*
4
* With Propshaft, assets are served efficiently without preprocessing steps. You can still include
5
* application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
6
* cascading order, meaning styles declared later in the document or manifest will override earlier ones,
7
* depending on specificity.
8
*
9
* Consider organizing styles into separate files for maintainability.
10
*/
11
12
body {
13
font-family:'Crimson Pro',serif;
14
margin:0;
15
background:moccasin;
16
}
17
18
main {
19
margin:0auto;
20
padding:01em;
21
max-width:50em;
22
}
23
24
h1,h2,h3,h4,h5,h6 {
25
text-align:center;
26
font-family:'Black Chancery',serif;
27
}
28