1
0
mirror of https://github.com/rfivet/BCG101.git synced 2024-12-18 08:06:27 -05:00
BCG101/docs/style.css

15 lines
285 B
CSS

body {
width: 1024px ;
margin-left: auto ;
margin-right: auto ;
font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 110% ;
}
pre {
background-color: #F3F6FA ;
margin-left: 1% ;
margin-right: 25% ;
font-size: 120%
}