-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
91 lines (80 loc) · 1.53 KB
/
Copy pathstyles.css
File metadata and controls
91 lines (80 loc) · 1.53 KB
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
body {
background: rgba(30, 210, 231, 0.17);
}
.btn{
background-color: rgba(30, 210, 231, 0.17);;
border-radius: 5px;
height: 30px;
width: 150px;
}
#resultImg{
height: 110px;
width: 196px;
border-radius: 10px;
color: black;
}
#errorImg{
height: 125px;
width: 125px;
border-radius: 15px;
}
#welcomeImage{
height: 80px;
width: 180px;
border-radius: 15px;
object-fit: cover;
color: black;
}
h1{
text-align: center;
font-size: 16px;
font-weight: bold;
font-family: "Inter", -apple-system, "Nunito", BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}
p1{
font-size: 16px;
font-weight: 600;
}
.resultHead{
margin: 0px;
padding-block: 5px;
}
.resultText{
margin: 0px;
padding-bottom: 2px;
text-align: center;
font-size: 24;
font-weight:600;
}
.container {
background: rgba(30, 210, 231, 0.17);
border-radius: 16px;
box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
border: 1px solid rgba(30, 210, 231, 0.3);
min-width: 100px;
width: 280px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
}
.resultBox{
height: min-content;
width: 300px;
display: flex;
flex-direction: row;
justify-content: center;
}
/* .subBox{
height: 100px;
width: 100px;
} */
#resultImage{
padding-inline: 6px;
border-radius: 10px;
height: 70px;
width: 70px;
object-fit:cover;
}