Files
frontend-bootcamp/step1-00/html-demo/style.css
Micah Godbolt 5e64d11d22 reorg step0
2019-02-15 14:51:31 -08:00

11 lines
116 B
CSS

aside {
float: right;
width: 33%;
padding: 10px;
background: #eee;
}
form > div {
margin-bottom: 20px;
}