Skip to content

Commit 9c24c01

Browse files
Update style.css
1 parent d201bf6 commit 9c24c01

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

project-5-currency-converter/style.css

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,35 @@ body {
2424
border-radius: 5px;
2525
}
2626

27+
h1 {
28+
text-align: center;
29+
}
30+
2731
.currency-container {
2832
padding: 20px;
2933
display: flex;
3034
justify-content: space-between;
31-
}
35+
}
36+
37+
.currency-container select {
38+
padding: 5px 10px;
39+
}
40+
41+
.currency-container input {
42+
border: none;
43+
background: #007F73;
44+
/* background: #FFC700; */
45+
color: aliceblue;
46+
font-size: 22px;
47+
text-align: right;
48+
}
49+
50+
.exchange-rate {
51+
font-size: 18px;
52+
font-weight: 600;
53+
text-align: center;
54+
}
55+
56+
select:focus, input:focus {
57+
outline: 0;
58+
}

0 commit comments

Comments
 (0)