-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
80 lines (68 loc) · 1.11 KB
/
styles.css
File metadata and controls
80 lines (68 loc) · 1.11 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
@font-face {
font-family: "Poppins";
src: url("font/Poppins.ttf");
}
body {
background-color: #7bd3b1;
font-family: "Poppins";
margin: 0;
text-align: center;
}
h1 {
background-color: rgb(36, 31, 31);
color: #b8f7df;
border: 5px solid;
border-radius: 10px;
width: fit-content;
margin: auto;
margin-top: 20px;
padding: 0 10px;
}
.con {
display: flex;
justify-content: center;
margin-bottom: 20px;
}
.text {
font-size: 30px;
margin: 50px 10px;
}
.score {
background-color: #e7ebeb;
display: inline;
font-size: 70px;
border-radius: 30px;
margin: 20px 0;
}
h2 {
font-family: bradley;
}
.image {
border: 4px solid black;
border-radius: 50%;
cursor: pointer;
}
.image-con {
display: flex;
width: 100%;
justify-content: center;
margin: 0;
}
figcaption {
width: max-content;
margin: auto;
}
figure {
margin: 16px;
}
#refresh {
display: flex;
justify-content: right;
margin-right: 15%;
cursor: pointer;
font-size: 18px;
}
#result {
font-size: 40px;
margin: 30px 0 0 0;
}