11 lines
119 B
CSS
11 lines
119 B
CSS
body {
|
|
font-size: 16px;
|
|
margin: 50px auto;
|
|
width: 350px;
|
|
}
|
|
|
|
.jquery-note {
|
|
color: #ccc;
|
|
font-size: 0.85em;
|
|
}
|