Le Deal du moment : -35%
Philips Hue Kit de démarrage : 3 Ampoules Hue ...
Voir le deal
64.99 €

Partagez
Message
Un autre petit code, cette fois-ci c'est pour les sujets importants et RPs que je l'ai fait. Mais bien sûr, faites-en l'utilisation de votre choix !

Codage par Kaktus
Voici donc le code ! N'oubliez pas les crédits !
Codage par Kaktus


HTML
Code:
<center><div class="blocsujet"><div class="titresujet">Codage par Kaktus</div><div class="textesujet">Voici donc le code ! N'oubliez pas les crédits !</div><i><a href="http://kaktus.kanak.fr/" style="color: #6a97ad!important;">Codage par Kaktus</a></i></div></center>

CSS
Code:
.blocsujet {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-color: #81b6d1;
  width: 550px;
  box-shadow: 0px 0px 30px #588ca6 inset;
  padding-top: 35px;
}

.titresujet {
  width: 540px;
  background-color: #6da6c2;
  padding: 5px;
  text-align: center;
  font-family: Time New Roman;
  font-style: italic;
  font-weight: bold;
  font-size: 25px;
  text-shadow: 1px 1px 0px #9fd8f5;
  color: #265973;
  border-top: 3px dashed #3d7794;
  border-bottom: 3px dashed #3d7794;
}

.textesujet {
  padding: 20px;
  width: 510px;
  text-align: justify;
}

HTML + CSS
Code:
<center><div style="-webkit-border-radius: 40px; -moz-border-radius: 40px; border-radius: 40px; background-color: #81b6d1; width: 550px; box-shadow: 0px 0px 30px #588ca6 inset; padding-top: 35px;"><div style="width: 540px; background-color: #6da6c2; padding: 5px; text-align: center; font-family: Time New Roman; font-style: italic; font-weight: bold; font-size: 25px; text-shadow: 1px 1px 0px #9fd8f5; color: #265973; border-top: 3px dashed #3d7794; border-bottom: 3px dashed #3d7794;">Codage par Kaktus</div><div style="padding: 20px; width: 510px; text-align: justify;">Voici le code ! N'oubliez pas les crédits !</div><i><a href="http://kaktus.kanak.fr/" style="color: #6a97ad!important;">Codage par Kaktus</a></i></div></center>