9 lines
182 B
CSS
9 lines
182 B
CSS
aside {
|
|
width: 20%;
|
|
padding-left: .5rem;
|
|
margin-left: .5rem;
|
|
float: right;
|
|
box-shadow: inset 5px 0 5px -5px #000000;
|
|
font-style: italic;
|
|
color: #000000;
|
|
} |