-
Notifications
You must be signed in to change notification settings - Fork 0
/
styles.css
41 lines (37 loc) · 1.01 KB
/
styles.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
@font-face {
font-family: 'চন্দ্রমল্লিকা';
src: url('font/Chandramallika.ttf') format('truetype');
}
@font-face {
font-family: 'শুভ-লেটারপ্রেস';
src: url(font/SuvoLetterpress.ttf) format('truetype');
font-style: italic;
}
@font-face {
font-family: 'FigginsPica';
src: url('font/FigginsPica.otf') format('opentype');
}
body {
background: rgba(17, 24, 39, 1);
}
.timeNowBd {
font-family: 'চন্দ্রমল্লিকা', 'FigginsPica', 'শুভ-লেটারপ্রেস';
font-size: 27px;
position: relative;
color: hsla(230, 90%, 92%, 1);
border-top-left-radius: 90px;
border-bottom-right-radius: 90px;
border-bottom-left-radius: 5px;
border-top-right-radius: 5px;
text-align: center;
text-shadow: 0px 1px 1px hsla(244, 0%, 0%, 1);
top: 30vh;
justify-items: center;
background: #40348B;
box-shadow: -0.1px 0px 4px #7F77D8;
margin: 5px;
padding: 40px;
/*word-spacing: 8px;*/
line-height: 45px;
color: #C1BEE3;
}