-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMenuCSS.css
More file actions
29 lines (27 loc) · 778 Bytes
/
MenuCSS.css
File metadata and controls
29 lines (27 loc) · 778 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/*
Document : MenuCSS
Created on : Oct 11, 2012, 7:40:28 PM
Author : srmf32
Description:
Purpose of the stylesheet follows.
*/
ul
{
list-style-type:none;
margin:0;
padding:0;
}
a.classe1:link,a.classe1:visited{
display:block;
font-weight:bold;
color:#FFFFFF;
background-color:#98bf21;
width:120px;
text-align:center;
padding:16px;
text-decoration:none;
border-radius:10px;
}
a.classe1:hover,a.classe1:active{
background-color:#7A991A;
}