Skip to content

Commit 6693ce5

Browse files
Add files via upload
1 parent b4f4184 commit 6693ce5

File tree

2 files changed

+58
-0
lines changed

2 files changed

+58
-0
lines changed

css/style.css

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
*{
2+
padding: 0;
3+
margin: 0;
4+
box-sizing: border-box;
5+
font-family: "Poppins", sans-serif;
6+
7+
}
8+
#lang-one,#lang-two{
9+
height: 40px;
10+
}
11+
#label{
12+
float: left;
13+
}
14+
#heading{
15+
margin-bottom: 2em;
16+
}
17+
#convert{
18+
margin-top: 2em;
19+
}
20+
.textarea{
21+
display: flex;
22+
23+
}
24+
25+
.fa-solid{
26+
color: black;
27+
}
28+
.circle{
29+
align-items: center;
30+
text-align: center;
31+
background-color: white;
32+
border-radius: 50%;
33+
width: 37px;
34+
height: 37px;
35+
margin-top: 2.5em;
36+
line-height: 2;
37+
}
38+
.darkmode{
39+
display: flex;
40+
41+
height: 55px;
42+
}
43+
.colorchange{
44+
color: white;
45+
padding: 10px;
46+
margin-left: auto;
47+
cursor: pointer;
48+
margin-right: 10px;
49+
margin-top: 10px;
50+
border-radius: 7px;
51+
}
52+
.colorchange:hover{
53+
border: 1px solid rgb(59, 130, 246);
54+
}
55+
56+
57+

css/tailwind.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)