13 lines
147 B
CSS
13 lines
147 B
CSS
#aboutimg {
|
|
width: 256px;
|
|
height: auto;
|
|
max-width: 100%;
|
|
margin-right: 10px;
|
|
margin-bottom: 10px;
|
|
float: left;
|
|
}
|
|
|
|
.cleared {
|
|
clear: left;
|
|
}
|