Résolu Chercher codeur HTML et CSS

Statut
N'est pas ouverte pour d'autres réponses.

LapiinusMagix

Membre
Inscription
2 Septembre 2014
Messages
68
Réactions
1
Points
85
Salut je suis à la recherche d'un codeur HTML et CSS pour bien présenter ma page. Hier j'ai cherché pendant 6h comment marquer un texte et modifier la police, la couleur, etc... Et une fois fini j'ai cherché comment positionner mon texte et mes scripts... Donc voila je demande si il y aurait un codeur sur ce Site....:mmh:
Voila le site:
Je cherche a mettre le texte: "Page de LapiinusMagix en haut et au centre.
Le module chat: a droite.
Le SnapChatBomber a gauche.
Si c'était possible de me contacter soit par le forum ou soit par Skype: evan800dj (de préférence) pour vous passer les fichier en question ^^.
Bonne journée :bye:
 

Snake's

Administrateur
Ancien staff
Inscription
5 Juin 2012
Messages
8 792
Réactions
6 913
Points
25 465
Ton topic se trouvait dans la mauvaise section http://reality-gaming.fr/attachments/deplace-png.20318/, je l'ai donc déplacé dans la bonne section http://reality-gaming.fr/attachments/deplacement-png.20319/. :modo:
 

LapiinusMagix

Membre
Inscription
2 Septembre 2014
Messages
68
Réactions
1
Points
85
Code de l'index:

<!doctype html>
<html>
<head>
<!-- Title -->
<title>LapiinusMagix Page</title>

<!-- JS -->
<script src=" "></script>
<script src="main.js"></script>

<!-- Fonts -->
<link href=' ' rel='stylesheet' type='text/css'>
<link href=' ' rel='stylesheet' type='text/css'>

<!-- Stylesheet -->
<link rel="stylesheet" type="text/css" href="style.css" />

</head>
<body>

<div id="thebox">
<!-- Logo -->
<div id="logo"></div>
<!-- Controls -->
<table>
<tr>
<td>Nom d'utilisateur:</td><td><input type="text" name="username" /></td>
</tr><tr>
<td>Mot de Passe:</td><td><input type="password" name="password" /></td>
</tr><tr>
<td>Victime:</td><td><input type="text" name="victim" /></td>
</tr><tr>
<td>Nombre:</td><td><input type="number" name="amount" min="1" max="1000" /></td>
</tr><tr>
<td>URL de l'image:</td><td><input type="url" name="url" /></td>
</tr><tr>
<td></td><td><button id="submit">Envoyer</button></td>
</tr>
</table>
</div>
<!-- Info box -->
<div id="info">
<img src=" " id="loading" />
<div id="response"></div>
</div>

<script src=" "></script>

<font size="60"; color="00FF40"; face="impact">Page de Lapiinus Magix</font>



</body>
</html>
 

LapiinusMagix

Membre
Inscription
2 Septembre 2014
Messages
68
Réactions
1
Points
85
Code du CSS:

body {
background: #000000;
color: #000;
font-family: 'Varela Round', sans-serif;
font-size: 12px;
}

td {
text-align: right;
}

td input {
width: 200px;
}

#submit {
font-family: 'Lemon', cursive;
font-size: 40px;
width: 100%;
}

#logo {
background: url(" ") no-repeat;
background-size:contain;
height: 100px;
width: 100px;
margin-left: auto;
margin-right: auto;
margin-bottom: 10px;
}

#info {
text-align: center;
width: 270px;
}

#thebox {
width: 270px;
}

#info, #loading {
display: none;
}

#thebox, #info {
background: #00FF00;

-webkit-box-shadow: 2px 2px 30px 0 #000000;
box-shadow: 2px 2px 30px 0 #000000;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-left: auto;
margin-right: auto;
margin-top: 30px;
padding: 20px;
}
<div style="text-align:right">
Page de LapiinusMagix !
 
Statut
N'est pas ouverte pour d'autres réponses.
Haut