Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

113 lignes
2.4KB

  1. <style>
  2. #containergeneral{
  3. height: 1500px;
  4. width: 100%;
  5. }
  6. #banniere{
  7. background-image: url(./img/ban.jpg);
  8. background-attachment: fixed;
  9. height: 200px;
  10. width: 1900px;
  11. }
  12. #diventete{
  13. background-color: rgb(211, 208, 208);
  14. height: 300px;
  15. width: 1900px;
  16. display: flex;
  17. justify-content: space-between;
  18. }
  19. #nom{
  20. padding-top: 90px;
  21. padding-left: 370px;
  22. justify-self: right;
  23. }
  24. #img{
  25. height: 300px;
  26. width: 300px;
  27. }
  28. #divpage{
  29. height: 700px;
  30. width: 1900px;
  31. display: flex;
  32. justify-content: center;
  33. flex-direction: row;
  34. }
  35. #divgauche{
  36. height: 1100px;
  37. width: 950px
  38. }
  39. #divdroite{
  40. background-color: whitesmoke;
  41. height: 1100px;
  42. width: 950px;
  43. border-left: 2px solid black;
  44. }
  45. #informations{
  46. }
  47. #site{
  48. padding-left: 30px;
  49. font-size: xx-large;
  50. font-weight: bold;
  51. font-family: sans-serif;
  52. background-image: url(./img/banniere);
  53. background-attachment: fixed;
  54. }
  55. #button{
  56. height: 80px;
  57. width: 100px;
  58. }
  59. .infor{
  60. font-size: xx-large;
  61. font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  62. }
  63. .titreinf{
  64. font-size: x-large;
  65. font-weight: bold;
  66. font-family:sans-serif;
  67. margin-top: 150px;
  68. margin-left: 150px;
  69. }
  70. </style>
  71. <body style="margin: 0px;">
  72. <div id="banniere">
  73. </div>
  74. <div id="diventete">
  75. <div id="nom">
  76. <span class="infor">Julien Robert</span>
  77. <br>
  78. <span class="infor">23/08/1996</span>
  79. <br>
  80. <span class="infor">
  81. <i class="fab fa-steam"></i>
  82. <i class="fab fa-playstation"></i>
  83. <i class="fab fa-xbox"></i>
  84. <i class="fas fa-gamepad"></i>
  85. <i class="fas fa-chess"></i>
  86. </span>
  87. </div>
  88. <div id="photo">
  89. <img src="./img/profil.jpeg" id="img"></img>
  90. </div>
  91. </div>
  92. <div id="divpage">
  93. <div id="divgauche">
  94. <div id="informations">
  95. <p class="titreinf">Pseudo</p>
  96. <br>
  97. <p class="titreinf">Pays</p>
  98. <br>
  99. <p class="titreinf">Description</p>
  100. <br>
  101. </div>
  102. </div>
  103. <div id="divdroite">
  104. <div id=ventes>
  105. <p class="titreinf">VENTES</p>
  106. </div>
  107. <a href='postformulaire.php' title='sdze'>X</a>
  108. <div id=achats></div>
  109. <p class="titreinf">ACHATS</p>
  110. </div>
  111. </div>