File tree 3 files changed +47
-6
lines changed
3 files changed +47
-6
lines changed Original file line number Diff line number Diff line change 1
1
<h1 >CriptoDataS</h1 >
2
2
3
- <h2 >Status: Em desenvolvimento </h2 >
3
+ <h2 >Status: Concluido </h2 >
4
4
<p >Data de início: 13/03/2023</p >
5
- <p >Ultima atualização: 22/03/2023</p >
5
+ <p >Conclusão: 23/02/2023
6
+ <p >Ultima atualização: 23/03/2023</p >
7
+
8
+ <img src =' assets/projeto.png ' alt =' PROJETO ' style =" width :500px " >
6
9
7
10
<h2 >Descrição</h2 >
8
11
<p >Projeto pessoal, onde será possível analisar informações de criptomoedas</p >
9
12
<p >Os dados coletados, serão atualizados em tempo real, obtidos através da API https://www.mercadobitcoin.com.br/api-doc/</p >
10
-
13
+ https://icons8.com.br/icon/pIPl8tqh3igN/selecionado
11
14
<h2 >Funcionalidades</h2 >
12
15
<ul >
13
16
<li>Você poderá escolher dois tipos de criptomoedas</li>
Original file line number Diff line number Diff line change 2
2
--font-padrao : 'Bad Script' , cursive;
3
3
--font-money : 'Inconsolata' , monospace;
4
4
--font-titulo : 'Rubik Iso' , cursive;
5
+ --size-ph-selm : 1.3rem ;
6
+ --size-h-titulo : 2.7rem ;
5
7
}
6
8
7
9
body {
@@ -15,14 +17,14 @@ header{
15
17
color : rgb (0 , 52 , 121 );
16
18
height : 15% ;
17
19
font-family : var (--font-padrao );
18
- font-size : 1.3 rem ;
20
+ font-size : var ( --size-ph-selm ) ;
19
21
font-weight : bolder;
20
22
text-align : center;
21
23
text-shadow : 2px 2px 4px rgb (0 , 52 , 121 );;
22
24
}
23
25
24
26
# h_titulo {
25
- font-size : 2.7 rem ;
27
+ font-size : var ( --size-h-titulo ) ;
26
28
margin-bottom : 10px ;
27
29
font-family : var (--font-titulo );
28
30
}
67
69
color : rgb (0 , 52 , 121 );
68
70
font-family : var (--font-padrao );
69
71
font-weight : bold;
70
- font-size : 1.2 rem ;
72
+ font-size : var ( --size-ph-selm ) ;
71
73
text-align : center;
72
74
}
73
75
@@ -108,4 +110,40 @@ footer{
108
110
letter-spacing : 1px ;
109
111
padding-top : 2px ;
110
112
text-align : center;
113
+ }
114
+
115
+ @media screen and (min-width : 480px ){
116
+
117
+ : root {
118
+ --size-ph-selm : 1.5rem ;
119
+ --size-h-titulo : 3rem ;
120
+ }
121
+ }
122
+
123
+ @media screen and (min-width : 768px ) {
124
+ : root {
125
+ --size-ph-selm : 1.5rem ;
126
+ --size-h-titulo : 3.5rem ;
127
+ }
128
+
129
+ main {
130
+ width : 800px ;
131
+ margin : auto;
132
+ }
133
+ .moeda_dados {
134
+ font-size : 1.3rem ;
135
+ gap : 12px ;
136
+ }
137
+
138
+ # descricao_card {
139
+ font-size : .9rem ;
140
+ }
141
+
142
+ # descricao_card p {
143
+ margin-top : 5px ;
144
+ }
145
+
146
+
147
+
148
+
111
149
}
You can’t perform that action at this time.
0 commit comments