Voilà je suis nul en CSS, et j'aimerai savoir comment faire pour mettre des liens et des texte sur une image
Ma page CSS :
p
{
color:white
}
body
{
background-image: url("imgfont.jpg");
background-attachment: fixed;
background-repeat: no repeat;
width: 760px;
margin: auto;
margin-top: 20px;
margin-bottom: 20px;
}
/* Le menu */
#menu
{
float: left;
width: 120px;
color: red;
background-color: white
}
.element_menu
{
border: 2px solid white;
margin-bottom: 20px;
background-color:red;
}
.element_menu h3
{
font-family: "Comic Sans Ms", "Arial Black" , serif;
text-align: center;
}
.element_menu ul
{
list-style-image: url("puce.png");
padding: 0px;
padding-left: 20px;
margin: 0px;
margin-bottom: 5px;
}
.element_menu a
{
text-decoration:none;
color:white
}
.element_menu a:hover
{
text-decoration:underline
}
.element_menu a:active,.element_menu a:focus
{
background-color:rgb (120,200,226)
}
/* Le corps de la page */
#corps
{
margin-left: 140px;
margin-bottom: 20px;
padding: 5px;
color: ;
background-color:black ;
background-image: url("");
background-repeat: repeat-x;
border: 2px solid white;
}
#corps h1
{
text-align:center ;
font-family: "Comic Sans Ms","Arial Black";
border-bottom:2px solid white;
padding:5px;
color:white
}
#corps h2
{
height: 30px;
background-image: url("");
background-repeat: no-repeat;
padding-left: 30px;
color: ;
text-align: center;
border-bottom: 1px solid white;
border-top: 1px solid white;
color:white
}
#corps .sign
{
text-decoration:underline;
}
#corps .art
{
color: rgb(237,173,116);
font-weight:bold;
text-decoration:underline;
}
#corps p:first-letter
{
float:left;
font-size:3em;
font-family:"Comic Sans Ms","Arial Black", serif;
font-weight:bold;
}
#corps form, .pages
{
text-align:center;
}
img
{
font-size:medium;
}
J'ai un peu commencé mais ça se place pas, pouvez-vous m'aidé...D'avance merci