forked from barryclark/jekyll-now
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathestilo.css
47 lines (41 loc) · 748 Bytes
/
estilo.css
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
body{
font-family: Arial, Helvetica, sans-serif;
background-color: transparent;
}
.logo{
display: block;
height: 96px;
width: 96px;
margin: 40px auto;
margin-bottom: 20px;
}
h3{
font-size: 20px;
margin-top: 0px auto;
color: rgb(179, 177, 177);
text-align: center;
}
.boton{
background-color: #4f7cfe;
margin: 0px auto;
margin-bottom: 16px;
padding: 0;
text-align: center;
max-width: 700px;
width: auto;
height: 58px;
line-height: 58px;
transition: all 300ms;
}
.boton:hover{
background-color: white;
border: 3px solid #4f7cfe;
}
.boton a{
color: white;
text-decoration: none;
font-weight: bold;
}
.boton:hover a{
color: #4f7cfe;
}