Goldencreeper
Workaholic
Hallo Leute,
Ich wollte mal wissen wie man Sachen/Texte & Link wie z.B Menü punkte schreiben kann.
Also sry dafür wusste nicht wie ich erklären soll aber ich mein es so ich habe es so gemacht:
Aber im Footer oder Main oder sonstwas kann ich nix schreiben 
Und ich weiss nicht wie ich das machen soll
Hoffe das jemand mir Helfen könnt.
Grüße Goldenreeper
Ich wollte mal wissen wie man Sachen/Texte & Link wie z.B Menü punkte schreiben kann.
Also sry dafür wusste nicht wie ich erklären soll aber ich mein es so ich habe es so gemacht:
body {
background-color:lightyellow;
text-align:center;
}
#webseite {
width:980px;
margin:0 auto;
}
#header {
width:980px;
height:150px;
background
range;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header h1 {
padding-top:50px;
font-size:60px;
font-weight:bold;
color:white;
font-family:Courier;
}
#main {
width:980px;
}
#left {
float:left;
width:200px;
height
00px;
background:yellow;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#right{
float:right;
width:770px;
height
00px;
background:darkred;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#footer {
width:980px;
height
0px;
background
range;
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;
clear:both;
}
background-color:lightyellow;
text-align:center;
}
#webseite {
width:980px;
margin:0 auto;
}
#header {
width:980px;
height:150px;
background
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
}
#header h1 {
padding-top:50px;
font-size:60px;
font-weight:bold;
color:white;
font-family:Courier;
}
#main {
width:980px;
}
#left {
float:left;
width:200px;
height
background:yellow;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#right{
float:right;
width:770px;
height
background:darkred;
margin-top:10px;
margin-bottom:10px;
border-radius: 2px;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-o-border-radius: 2px;
}
#footer {
width:980px;
height
background
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
-o-border-radius: 5px;
margin-top:20px;
clear:both;
}
Und ich weiss nicht wie ich das machen soll
Hoffe das jemand mir Helfen könnt.
Grüße Goldenreeper