diff --git a/menu.css b/menu.css deleted file mode 100644 index cb57080..0000000 --- a/menu.css +++ /dev/null @@ -1,31 +0,0 @@ -nav ul{ - display: table; - margin: 0 auto; - padding: 0 ; - width: 80%; - text-align: center; - } -nav li{ - display: table-cell; - min-width: 50px; -} -nav a{ -display: block; -width: 100%; -text-decoration: none; -color: #555; -padding-bottom: 0px; -} - -nav li:hover{ -color: #E7DA66; -border-bottom: 3px solid #FFCC33; -} - -.menu{ - width: 100%; - text-align: center; - position: fixed; - top: 0; - background: #FFF; -}