-
Notifications
You must be signed in to change notification settings - Fork 0
/
Time_Converter.css
46 lines (38 loc) · 1.1 KB
/
Time_Converter.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
@import url('https://fonts.googleapis.com/css2?family=Bree+Serif&family=Caveat:wght@400;700&family=Lobster&family=Monoton&family=Open+Sans:ital,wght@0,400;0,700;1,400;1,700&family=Playfair+Display+SC:ital,wght@0,400;0,700;1,700&family=Playfair+Display:ital,wght@0,400;0,700;1,700&family=Roboto:ital,wght@0,400;0,700;1,400;1,700&family=Source+Sans+Pro:ital,wght@0,400;0,700;1,700&family=Work+Sans:ital,wght@0,400;0,700;1,700&display=swap');
.bg-container {
background-image: url("https://assets.ccbp.in/frontend/dynamic-webapps/time-converter-bg.png");
background-size: cover;
height: 100%;
padding: 50px;
}
h1 {
font-size: 50px;
color: #ffffff;
font-family: Open Sans;
font-weight: 900;
}
p {
color: #ffffff;
font-family: Open Sans;
font-weight: 900;
}
input {
color: #000000;
border-radius: 8px;
}
label {
color: #ffffff;
border-radius: 8px;
}
.result {
border: white 1px solid;
display: inline-block;
padding: 10px;
color: white;
border-radius: 10px;
background-color: transparent;
}
button {
border-radius: 8px;
padding: 8px;
}