mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 06:18:35 +02:00
24 lines
255 B
CSS
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;
|
|
}
|