|
- <style>
- #containergeneral{
- height: 1500px;
- width: 100%;
- }
- #banniere{
- background-image: url(./img/ban.jpg);
- background-attachment: fixed;
- height: 200px;
- width: 1900px;
- }
- #diventete{
- background-color: rgb(211, 208, 208);
- height: 300px;
- width: 1900px;
- display: flex;
- justify-content: space-between;
- }
- #nom{
- padding-top: 90px;
- padding-left: 370px;
- justify-self: right;
- }
- #img{
- height: 300px;
- width: 300px;
- }
- #divpage{
- height: 700px;
- width: 1900px;
- display: flex;
- justify-content: center;
- flex-direction: row;
- }
- #divgauche{
- height: 1100px;
- width: 950px
- }
- #divdroite{
- background-color: whitesmoke;
- height: 1100px;
- width: 950px;
- border-left: 2px solid black;
- }
- #informations{
- }
- #site{
- padding-left: 30px;
- font-size: xx-large;
- font-weight: bold;
- font-family: sans-serif;
- background-image: url(./img/banniere);
- background-attachment: fixed;
- }
- #button{
- height: 80px;
- width: 100px;
- }
- .infor{
- font-size: xx-large;
- font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
- }
- .titreinf{
- font-size: x-large;
- font-weight: bold;
- font-family:sans-serif;
- margin-top: 150px;
- margin-left: 150px;
- }
-
- </style>
-
- <body style="margin: 0px;">
- <div id="banniere">
- </div>
- <div id="diventete">
- <div id="nom">
- <span class="infor">Julien Robert</span>
- <br>
- <span class="infor">23/08/1996</span>
- <br>
- <span class="infor">
- <i class="fab fa-steam"></i>
- <i class="fab fa-playstation"></i>
- <i class="fab fa-xbox"></i>
- <i class="fas fa-gamepad"></i>
- <i class="fas fa-chess"></i>
- </span>
- </div>
- <div id="photo">
- <img src="./img/profil.jpeg" id="img"></img>
- </div>
- </div>
- <div id="divpage">
- <div id="divgauche">
- <div id="informations">
- <p class="titreinf">Pseudo</p>
- <br>
- <p class="titreinf">Pays</p>
- <br>
- <p class="titreinf">Description</p>
- <br>
- </div>
- </div>
- <div id="divdroite">
- <div id=ventes>
- <p class="titreinf">VENTES</p>
- </div>
- <a href='postformulaire.php' title='sdze'>X</a>
- <div id=achats></div>
- <p class="titreinf">ACHATS</p>
- </div>
- </div>
|