Advertisement
Guest User

css tp51

a guest
Dec 7th, 2017
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. aside {
  2. display: inline-block;
  3. width: 15%;
  4. border: 1px dotted black;
  5. margin-left: 5px;
  6. margin-top: 5px;
  7. float: left;
  8.  
  9.  
  10. }
  11.  
  12. .text {
  13.  
  14. padding-left: 10px;
  15. padding-right: 10px;
  16. padding-top:20px;
  17. padding-bottom: 20px;
  18.  
  19. }
  20.  
  21.  
  22. #un {
  23. display: inline-block;
  24. position:relative;
  25. margin-left: 10px;
  26. margin-top:5px;
  27. margin-right:20px;
  28. float:left;
  29.  
  30.  
  31.  
  32.  
  33. }
  34.  
  35.  
  36. #deux {
  37.  
  38. display: inline-block;
  39. position:relative;
  40. margin-left: 10px;
  41. margin-top:15px;
  42. margin-right:10px;
  43. float:right;
  44.  
  45.  
  46. }
  47.  
  48. .pun {
  49.  
  50. display:inline;
  51.  
  52.  
  53.  
  54. }
  55.  
  56. .pdeux {
  57.  
  58. display:flex;
  59.  
  60.  
  61.  
  62.  
  63.  
  64. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement