Also ich will im Navigationsbereich die speziellen Links mit Buttonsform etc. so mein Problem ist halt das die von der Breite her unterschiedlich sind. Meine Frage ist nun, wie mache ich es das ein Text eine bestimmte größe bekommt? Hab es mir iwie so vorgestellt wie
GoogleWikipedia
Die Felder sollen aber keine größe haben und ich weiß nicht wie ich die Felder sonst bestimmen kann anstatt von padding
Danke im vorraus
Nebenfrage: Heißt es bei HTML Sourcecode ( Quelltext ) oder hat es einen anderen Begriff, ist ja keine Programmiersprache^^
(…)
nav {
text-align: center;
margin-top: 25px;
margin-bottom: 25px;
border-radius: 10px;
}
nav ul {
list-style-type: none;
}
nav li {
display: inline;
margin-right: 12.5px;
margin-left: 12.5px;
padding-right: 40px;
padding-left: 40px;
padding-top: 4px;
padding-bottom: 4px;
border-radius: 5px;
font-weight: bold;
background-color: cyan;
border: #C0C0C0 3px outset;
}
nav li:hover {
border: #C0C0C0 3px inset;
}
nav a {
text-decoration: none;
color: white;
text-shadow: gray 0px 0px 4px;
}
nav a:hover {
color: #C0C0C0;
text-shadow: none;
}
(…)
Google
YouTube
Wikipedia
Minecraft
(…)