excel2latex/style.css

23 lines
208 B
CSS

body {
font-family: monospace;
}
a {
color: blue;
}
.center {
margin: 0 auto;
width: 450px;
}
.title {
font-size: 36pt;
text-align: center;
}
#latex-output {
width: 100%;
height: 200px;
}