Skip to content

Commit 8884e7c

Browse files
committed
New files
1 parent ab6297b commit 8884e7c

File tree

5 files changed

+56
-55
lines changed

5 files changed

+56
-55
lines changed

numlex.ico

-1.84 KB
Binary file not shown.

server/About.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
API from exchangerate-api.com has only 3000 requests per month. I'm running server.mjs on my server to collect data every 24 hours to currency convertions
1+
API from exchangerate-api.com has only 3000 requests per month. I'm running server.mjs on my server to collect data every 24 hours to currency convertations

src/index.css

-54
Original file line numberDiff line numberDiff line change
@@ -315,57 +315,3 @@ select{
315315
outline: 2px solid #0000;
316316
}
317317

318-
.blue{
319-
color:#52A8FF;
320-
}
321-
322-
.purple{
323-
color: #BF7AF0;
324-
}
325-
326-
.red{
327-
color: #F75F8F;
328-
}
329-
330-
.green{
331-
color: #4FBF63;
332-
}
333-
334-
.white{
335-
color: white;
336-
}
337-
338-
.ttt{
339-
font-size: 22px;
340-
}
341-
.tt{
342-
font-size: 23px;
343-
}
344-
345-
.tf{
346-
font-size: 24px;
347-
}
348-
349-
.tff{
350-
font-size: 25px;
351-
}
352-
353-
.ts{
354-
font-size: 26px;
355-
}
356-
357-
.tss{
358-
font-size: 27px;
359-
}
360-
361-
.te{
362-
font-size: 28px;
363-
}
364-
365-
.tn{
366-
font-size: 29px;
367-
}
368-
369-
.tth{
370-
font-size: 30px;
371-
}

src/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<meta charset="UTF-8" />
55
<title>Numlex</title>
66
<link rel="stylesheet" href="index.css" />
7+
<link rel="stylesheet" href="settings.css">
78
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=San+Francisco&display=swap">
89
</head>
910
<body>

src/settings.css

+54
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
.blue{
2+
color:#52A8FF;
3+
}
4+
5+
.purple{
6+
color: #BF7AF0;
7+
}
8+
9+
.red{
10+
color: #F75F8F;
11+
}
12+
13+
.green{
14+
color: #4FBF63;
15+
}
16+
17+
.white{
18+
color: white;
19+
}
20+
21+
.ttt{
22+
font-size: 22px;
23+
}
24+
.tt{
25+
font-size: 23px;
26+
}
27+
28+
.tf{
29+
font-size: 24px;
30+
}
31+
32+
.tff{
33+
font-size: 25px;
34+
}
35+
36+
.ts{
37+
font-size: 26px;
38+
}
39+
40+
.tss{
41+
font-size: 27px;
42+
}
43+
44+
.te{
45+
font-size: 28px;
46+
}
47+
48+
.tn{
49+
font-size: 29px;
50+
}
51+
52+
.tth{
53+
font-size: 30px;
54+
}

0 commit comments

Comments
 (0)