Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.71 KB | None | 0 0
  1. img
  2. {
  3. width: 300px;
  4. height: 250px;
  5. display: block;
  6.  
  7. }
  8.  
  9. #profil li
  10. {
  11. display: inline-block;
  12.  
  13. }
  14.  
  15. .recompense
  16. {
  17. position: center
  18. left: 18px;
  19. top: 555px;
  20.  
  21. }
  22.  
  23. .container
  24. {
  25. position: relative;
  26. text-align: center;
  27. color: black;
  28. font-size: 15px;
  29. font-weight: bold;
  30.  
  31. }
  32.  
  33.  
  34. .centered
  35. {
  36. position: absolute;
  37. top: 15%;
  38. left: 50%;
  39. transform: translate(-50%, -50%);
  40. border:1px solid transparent;
  41. background-color: lightgrey;
  42. opacity:0.7;
  43. border-radius: 25px;
  44. border-width: 10px;
  45.  
  46. }
  47.  
  48. .nom
  49. {
  50. position: absolute;
  51. top: 70%;
  52. left: 50%;
  53. transform: translate(-50%, -50%);
  54. font-size: 20px;
  55. color: white;
  56.  
  57. }
  58.  
  59. .clo
  60. {
  61. opacity: 0.5;
  62. }
  63.  
  64. .gold
  65. {
  66. color:orange;
  67. }
  68.  
  69. .clo:hover
  70. {
  71. opacity:1;
  72. }
  73. .centered:hover
  74. {
  75. opacity: 0;
  76. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement