mirror of
https://github.com/GoogleChrome/chrome-extensions-samples.git
synced 2026-04-04 14:49:44 +07:00
19 lines
195 B
CSS
19 lines
195 B
CSS
html, body {
|
|
font-family: Helvetica, Arial;
|
|
color: #444;
|
|
}
|
|
|
|
h1 {
|
|
margin: 0 0 0.3em 0;
|
|
}
|
|
|
|
p {
|
|
color: #888;
|
|
margin: 0 0 1em 0;
|
|
}
|
|
|
|
iframe {
|
|
border: 1px solid #CCC;
|
|
margin-top: 20px;
|
|
}
|