position float css

PHOTO EMBED

Thu Sep 28 2023 05:35:57 GMT+0000 (Coordinated Universal Time)

Saved by @abab

/*CSS*/
.wrap{
  background-color:#ccc;
  margin:0 auto;
  width:800px;
  padding:20px;
}

p{
  color:#999;
}

img{
  float:right;
  border-radius:10px;
}
content_copyCOPY