Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1.  
  2.  
  3.  
  4. h1
  5. {
  6. color: red;
  7. text-align:center;
  8. font-size:2em;
  9. font-weight:bold;
  10. }
  11.  
  12. a
  13. {
  14. text-decoration:none;
  15. color:green;
  16. }
  17.  
  18. #barre
  19. {
  20. display:flex;
  21. justify-content: center;
  22. }
  23.  
  24. h2
  25. {
  26. color:blue;
  27. font-weight:bold;
  28. font-size:1.5em;
  29. }
  30.  
  31. #em
  32. {
  33. text-decoration:underline;
  34. font-style:normal;
  35. }
  36.  
  37. #balise
  38. {
  39. color:red;
  40. }
  41.  
  42. #asciii
  43. {
  44. color:red;
  45. font-style:normal;
  46. }
  47.  
  48. hr
  49. {
  50. width:600px;
  51. }
  52.  
  53. ol a:hover
  54. {
  55. font-weight:bold;
  56. }
  57.  
  58. .case
  59. {
  60. background-color:red;
  61. }
  62.  
  63. .casev
  64. {
  65. background-color:orange;
  66. }
  67.  
  68. .caseg
  69. {
  70. background-color:green;
  71. }
  72.  
  73. #tableau
  74. {
  75. border-collapse:collapse;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement