31 lines
292 B
CSS
31 lines
292 B
CSS
body {
|
|
font-family: Futura, sans-serif;
|
|
background-color: #F6CEFC;
|
|
}
|
|
|
|
footer {
|
|
font-size: 0.8em;
|
|
}
|
|
|
|
.section {
|
|
margin: 8px;
|
|
padding: 4px 6px 4px 6px;
|
|
border: 4px solid #EEEEEE;
|
|
border-radius: 7px;
|
|
}
|
|
|
|
.examples {
|
|
}
|
|
|
|
.title {
|
|
}
|
|
|
|
.usage {
|
|
}
|
|
|
|
.contact {
|
|
}
|
|
|
|
.table {
|
|
}
|