-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
177 lines (156 loc) · 3.14 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
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
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Courgette&family=Dancing+Script:wght@400..700&family=Marcellus&family=Marcellus+SC&display=swap');
html{
align-items: center;
display: flex;
justify-content: center;
}
*{
margin: 0px;
padding: 0px;
}
body{
max-width: 360px;
}
header{
max-width: 360px;
display:flex ;
margin-bottom: -120px;
}
header img{
width: 100%;
}
#logo{
max-width: 360px;
display: flex;
align-items: center;
justify-content: center;
}
#logo img{
width: 70%;
}
h1{
margin-top: 17px;
display: flex;
align-items: center;
justify-content: center;
}
#h1 h1{
font-family: "Dancing Script", cursive;
font-size: 20pt;
}
#tema{
margin-top: 15px;
display: flex;
align-items: center;
justify-content: center;
}
#tema h2{
padding: 1px 13px 1px 13px;
color: white;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
border-radius: 6px;
background-color: deeppink;
}
#tema2{
margin-top: 2px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
#tema2 h2{
color: rgb(0, 0, 0);
font-size: 55pt;
font-family: "Courgette", cursive;
}
#data{
margin-top: 5px 2px 5px 2px;
display: flex;
align-items: center;
justify-content: center;
}
#data h2{
font-size: 20pt;
font-family: "Marcellus", serif;
}
.linha{
display: flex;
align-items: center;
justify-content: center;
}
.linha img{
width: 90%;
}
#hora{
margin-top: 6px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 10px;
}
#hora span{
font-family: 'Courier New', Courier, monospace;
font-size: 15pt;
}
#meio{
display: flex;
align-items: center;
justify-content: center;
}
#especificações{
margin-left: 30px;
}
#pre{
color: deeppink;
font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
font-size: 20pt;
}
#nom{
font-family: 'Courier New', Courier, monospace;
font-size: 15pt;
}
#pessoa{
align-items: center;
display: flex;
justify-content: center;
}
#pessoa img{
width: 60%;
}
#botao{
align-items: center;
display: flex;
justify-content: center;
}
#local{
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 6px;
}
#local h1{
font-family: "Marcellus", serif;
text-decoration: underline;
color: deeppink;
font-size: 20pt;
}
#map{
align-items: center;
justify-content: center;
display: flex;
}
#map iframe{
width: 90%;
height: 200px;
border-radius: 20px;
box-shadow: 3px 3px 5px;
position: relative;
}
footer{
margin-top: -200px;
}
footer img{
width: 100%;
}