-
Notifications
You must be signed in to change notification settings - Fork 1
/
detail.css
51 lines (46 loc) · 1 KB
/
detail.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
@font-face {
font-family: 'Circular-Black';
src: url('fonts/CircularStd-Black.ttf') format('truetype');
font-weight: 900;
font-style: normal;
}
@font-face {
font-family: 'Circular-Med';
src: url('fonts/CircularStd-Medium.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'Circular-Bold';
src: url('fonts/CircularStd-Bold.ttf') format('truetype');
font-weight: bold;
font-style: normal;
}
@font-face {
font-family: 'Circular-Book';
src: url('fonts/CircularStd-Book.ttf') format('truetype');
font-weight: 500;
font-style: normal;
}
#content {
text-align: justify;
}
img:not(#back-button){
width: 200.9px;
height: 200.9px;
margin-top: 30px;
margin-bottom: 40px;
margin-left:128px;
}
p {
font-family: Circular-Book;
font-size: 23px;
line-height: 1.26;
letter-spacing: normal;
text-align: left;
margin-left: 128px;
}
#back-button {
width: 200.9px;
height: 200.9px;
}