Files
webextensions-examples/page-styles/styles.css
2017-01-20 17:58:12 -08:00

24 lines
255 B
CSS

#output {
border: 1px solid blue;
padding: 1em;
margin: 1em;
clear: both;
}
#wrap {
width:600px;
margin:0 auto;
}
#left-column {
float:left;
width:300px;
}
#right-column {
float:right;
width:300px;
}
input {
margin: 0.5em;
}