Moogle
0
Q:

css moving item to the left

.image{
  position: relative; 
  top: -125px;
}
1
.image{
  position: absolute;
  right:300px;
}
3

div.c {
  position: absolute;
  left: 
150px;
  width: 200px;
  height: 120px;
  border: 3px solid 
green;
}
 
0

New to Communities?

Join the community