forked from hemavenkat8642/Sizing_an_Image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
62 lines (54 loc) · 996 Bytes
/
style.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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.bg-container {
background-color: #f5f7fa;
}
.sizing-an-image-heading {
color: #1f2933;
font-family: "Roboto";
font-size: 48px;
font-weight: 500;
}
.sizing-an-image-description {
color: #1f2933;
font-family: "Roboto";
font-size: 18px;
font-weight: 500;
}
.warning-message {
color: #cf1124;
font-family: "Roboto";
font-size: 24px;
font-weight: 500;
}
.image-width {
color: #323f4b;
font-family: "Roboto";
font-size: 16px;
font-weight: 500;
margin-top: 10px;
}
.buttons-container {
background-color: white;
width: 140px;
}
.button {
color: #323f4b;
background-color: white;
font-family: "Roboto";
font-size: 20px;
font-weight: 700;
width: 35%;
height: 50px;
border-width: 0;
}
.hr-line {
background-color: black;
width: 1px;
height: 20px;
}
.width-in-px {
color: #323f4b;
font-family: "Roboto";
font-size: 20px;
font-weight: 700;
margin: 10px;
}