-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
107 lines (102 loc) · 1.73 KB
/
style.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
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
body {
font-size: 18px;
font-family: Tahoma;
background-image: url("abstract_music_notes_background_1706.jpg");
}
header {
text-align: center;
background-color: black;
color: rgb(221, 221, 221);
height: 600px;
width: 1700px;
border-radius: 15px;
border: 1px solid #ccc;
margin-left: 40px;
margin-top: 20px;
}
.titulo p {
font-size: 15px;
margin-top: -20px;
}
.titulo h1 {
font-family: calibri;
}
div .img-caption {
font-size: 12px;
margin-top: -20px;
}
header img {
max-width: 100%;
min-height: 100%;
height: 300px;
width: 300px;
border-radius: 20px;
border: 1px solid #ddd;
filter: grayscale(70%);
}
section {
display: flex;
}
section .tribute-info {
background-color: #ccc;
text-align: center;
margin-top: -2px;
border-radius: 20px;
border: 1px solid #ddd;
white-space: normal;
width: 1600px;
margin-left: 85px;
}
section h2 {
font-family: Arial;
}
.font {
font-size: 18px;
}
.frase {
background-color: black;
color:rgb(221, 221, 221);
border-radius: 20px;
height: 75px;
width: 1600px;
align-items: center;
justify-content: center;
margin-top: -15px;
font-size: 15px;
margin-left: 85px;
}
footer {
background-color: #ccc;
height: 200px;
margin-top: px;
border-radius: 15px;
text-align: center;
font-size: 15px;
width: 1700px;
border-radius: 15px;
border: 1px solid #ccc;
margin-left: 40px;
}
.rodape {
text-align: center;
}
footer a {
text-decoration: underline;
color: black;
text-align: center;
}
section strong {
font-size: 22px;
font-family: calibri;
border: 1px solid rgb(150, 150, 150);
border-bottom: 15px
}
.copy {
border-top: 1px solid rgb(75, 74, 74);
text-align: end;
}
@media (max-weight:600px) {
header {
height: auto;
}
}