mirror of
https://github.com/microsoft/frontend-bootcamp.git
synced 2026-01-26 14:56:42 +08:00
11 lines
116 B
CSS
11 lines
116 B
CSS
aside {
|
|
float: right;
|
|
width: 33%;
|
|
padding: 10px;
|
|
background: #eee;
|
|
}
|
|
|
|
form > div {
|
|
margin-bottom: 20px;
|
|
}
|