-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCertificatePreview.css
More file actions
72 lines (65 loc) · 1.26 KB
/
Copy pathCertificatePreview.css
File metadata and controls
72 lines (65 loc) · 1.26 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
.certificate-container {
width: 800px;
height: 600px;
background: #fff;
border: 6px solid #d4af37;
border-radius: 12px;
box-shadow: 0 8px 32px rgba(44, 44, 44, 0.15);
margin: 40px auto;
padding: 40px 60px;
position: relative;
font-family: 'Georgia', serif;
overflow: hidden;
}
.certificate-golfer {
position: absolute;
left: 30px;
bottom: 30px;
width: 180px;
opacity: 0.9;
}
.certificate-title {
text-align: center;
font-size: 2.8rem;
font-weight: bold;
color: #444;
letter-spacing: 2px;
margin-top: 30px;
}
.certificate-subtitle {
text-align: center;
font-size: 1.2rem;
color: #888;
margin-bottom: 30px;
}
.certificate-awarded {
text-align: center;
color: #d4af37;
font-weight: bold;
margin: 30px 0 10px 0;
font-size: 1.1rem;
letter-spacing: 1px;
}
.certificate-name {
text-align: center;
font-size: 2.5rem;
font-family: 'Dancing Script', cursive, 'Georgia', serif;
color: #444;
margin-bottom: 20px;
}
.certificate-footer {
display: flex;
justify-content: space-between;
margin-top: 60px;
padding: 0 40px;
color: #d4af37;
font-weight: bold;
font-size: 1rem;
}
.certificate-date-sign {
border-top: 1px solid #d4af37;
width: 180px;
text-align: center;
margin-top: 8px;
font-size: 0.9rem;
}