You should use :
That should work!!
If you want to create class then :
.size {
width:100px;
height:100px;
}
and then apply it like :
by creating a class you can use it at multiple places.
If you want to use only at one place then use inline CSS.
Also Inline CSS overrides other CSS.