1
0
Fork 0

Beginn eines Menüs

This commit is contained in:
Findus23 2013-12-31 15:52:29 +01:00
parent d05b524cdf
commit 79d0cfa03d
2 changed files with 26 additions and 4 deletions

17
menue.php Normal file
View file

@ -0,0 +1,17 @@
<html>
<head>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<nav>
<a href="test">Veranstaltungen</a>
<a href="test">test</a>
<a href="test">test</a>
<a href="test">test</a>
</nav>
<?php
?>
</body>
</html>

View file

@ -4,9 +4,6 @@ tr:nth-child(2n) td {
tr:nth-child(2n-1) td {
background: #FAFA1F
}
a.tabelle:visited {
color: blue;
}
input, textarea {
width: 300px;
}
@ -19,7 +16,7 @@ th {
font-size: 120%;
font-weight: bold;
}
a {
a{
font: bold 11px Arial;
text-decoration: none;
background-color: #EEEEEE;
@ -38,3 +35,11 @@ a {
html {
text-align: center;
}
nav a:visited, nav a:link {
box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
-webkit-border-radius: 0px;
border-radius: 0px;
}