6 lines
81 B
CSS
6 lines
81 B
CSS
img.logo {
|
|
clear: both;
|
|
float: right;
|
|
margin: 0 1em 1em;
|
|
width: 100px;
|
|
}
|