Advertisement
Guest User

Untitled

a guest
Sep 19th, 2019
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. html{
  2. background-image: url('images/fond.jpg');
  3. text-align: center;
  4. }
  5. h1{
  6. color: #95eb34;
  7. text-align: center;
  8. }
  9. h3{
  10. color: #95eb34;
  11. text-align: center;
  12. }
  13. h4{
  14. color: #95eb34;
  15. text-align: center;
  16. }
  17. img{
  18. border: 2px solid deepskyblue;
  19. text-align: center;
  20. }
  21. button{
  22. background: deepskyblue;
  23. text-align: center;
  24. }
  25. .liste {
  26. display: collumb;
  27. background-color: lightgray;
  28. text-align: center;
  29. color: black;
  30. text-align: center;
  31. border: 2px solid deepskyblue;
  32. max-width: 150px;
  33. position: absolute;
  34. top: 200px;
  35. left: 200px;
  36. }
  37. .liste > div {
  38. background-color: #lightgray;
  39. margin: 2px;
  40. padding: 10px;
  41. font-size: 15px;
  42. text-align: center;
  43. }
  44. .body{
  45. text-align: center
  46. }
  47. .pr {
  48. background-color: lightgray;
  49. text-align: center;
  50. color: black;
  51. border: 2px solid deepskyblue;
  52. max-width: 150px;
  53. position: absolute;
  54. top: 200px;
  55. left: 1200px;
  56. width: 100%;
  57. }
  58. .npr {
  59. background-color: lightgray;
  60. text-align: center;
  61. color: black;
  62. border: 2px solid deepskyblue;
  63. max-width: 150px;
  64. position: absolute;
  65. top: 400px;
  66. left: 1200px;
  67. width: 100%;
  68. }
  69. bontonV{
  70.  
  71. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement