-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle2.css
More file actions
29 lines (29 loc) · 727 Bytes
/
style2.css
File metadata and controls
29 lines (29 loc) · 727 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
a{
margin-left: 100px;
margin-right: 100px;
margin-top: 30px;
text-align: center;
border-radius: 5px;
font-family: Verdana,sans-serif;color: #fff;background-color: #555555;text-decoration: none; display:inline-block; cursor:pointer; color:#ffffff; font-size:17px; padding:16px 31px; text-decoration:none; text-shadow:0px 1px 0px #2f6627;
transition-property: background-color;
transition-duration: 0.4s;
}
a:hover{
background-color: #000;
}
img{
width: 110px;
height: 110px;
}
img:hover{
cursor: url("img/bate.png"), pointer;
}
#imagen{
width: 110px;
height: 110px;
margin: auto;
margin-top: 1px;
}
#botones{
text-align: center;
}