-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathestilo.css
More file actions
150 lines (135 loc) · 2.48 KB
/
Copy pathestilo.css
File metadata and controls
150 lines (135 loc) · 2.48 KB
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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
/*layout*/
html, body, .capa{
height: 100%;
}
body {
background: url('imagens/capa.png'),
url('imagens/ruido.png'),
linear-gradient(45deg,#ff4169,#7c26f8);
background-attachment: fixed;
font-family: Helvetica, Arial, sans-serif;
overflow-x: hidden;
}
/*barra de navegação*/
.img-logo{
height: 40px;
width: 132px;
display: block;
background: url('imagens/spotify.svg') no-repeat ;
background-size: contain;
color: transparent;
}
nav.navbar-transparente{
padding: 15px; 0px;
background: rgba(0,0,0,0.6);
border: none;
}
.navbar-brand{
padding-top: 5px;
}
.divisor{
height: 16px;
width: 1px;
background:white;
margin: 15px 10px;
}
.navbar-inverse .navbar-nav>li>a, footer .nav a{
color: white;
}
.navbar-inverse .navbar-nav>li>a:hover, footer .nav a:hover{
color: #9bf0e1;
background: none;
}
/*imagem capa*/
.capa{
display: table;
width: 100%;
}
.texto-capa{
text-align: center;
color: white;
display: table-cell;
vertical-align: middle;
}
/*botões */
.btn-custom{
color: white;
border-radius: 500px;
-weekit-border-radius: 500px;
-moz-border-radius: 500px;
padding: 10px 35px;
text-transform: uppercase;
margin: 0 15px;
transition: background 0.4s, color 0.4s
}
.btn-roxo{
background-color: #6207e3;
}
.btn-roxo:hover{
background-color: #7c25f8;
color: white
}
.btn-branco{
border: 2px solid white;
}
.btn-branco:hover{
background: white;
color: black;
}
/* secao servicos */
#servicos{
background: white;
padding-top: 20px;
padding-bottom: 20px;
}
.albuns{
padding: 10px 0px 10px 0px;
}
/* recursos */
#recursos{
padding-top: 20px;
padding-bottom: 20px;
color: white;
}
.rotacionar{
transform: rotate(30deg);
-ms-transform: rotate(30deg);
-webkit-transform: rotate(30deg);
padding-left: 80px;
}
#rodape{
background: black;
position: relative;
padding: 50px 0px 20px 0px;
}
.item-rede-social{
float: right;
}
/* tipografia*/
h1{
font-size:100px;
font-weight:900;
letter-spacing: -0.05em;
margin-bottom: 50px;
}
h2{
font-size: 50px;
font-weight: 700;
letter-spacing: -0.04em;
}
h3{
font-size: 35px;
font-weight: 700;
letter-spacing: -0.04em;
}
#rodape h4{
color: #919496;
font-size: 12px;
text-transform: uppercase;
}
#servicos h2, #servicos h3{
color: #7c25f8;
}
#recursos h3{
color: #9bf0e1;
}