Advertisement
Guest User

Untitled

a guest
Jul 24th, 2017
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.00 KB | None | 0 0
  1. <div id="a">
  2. <img src="https://www.yangfamily.com.tw/img/yangfamily/example9.jpg">
  3. 這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。
  4. </div>
  5. <div id="b">
  6. <img src="https://www.yangfamily.com.tw/img/yangfamily/example9.jpg">
  7. 這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。這是關於柴犬Coco的簡介,可以多寫一些關於柴犬Coco的簡介。
  8. </div>
  9.  
  10. div {
  11. font-size: 16px;
  12. border: 1px solid #F00;
  13. }
  14.  
  15. #a {
  16. width: 100%;
  17. }
  18.  
  19. #a:before {
  20. content: '';
  21. clear: right;
  22. display: block;
  23. }
  24.  
  25. img {
  26. float: right;
  27. width: 178px;
  28. height: 180px;
  29. }
  30.  
  31. #b {
  32. margin-top:20px;
  33. width: 200px;
  34. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement