-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathad.css
91 lines (85 loc) · 1.57 KB
/
ad.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
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
@font-face {
font-family: expofontBold;
src: url('./ExpoArabic-Bold.otf');
}
@font-face {
font-family: expofont;
src: url('./ExpoArabic-Book.ttf');
}
#ad {
width: 100%;
display: block;
height: max-content;
margin-top: 80px;
text-align: center;
position: relative;
}
#ad #ad-img {
width: 387.71px;
height: 193px;
margin: 5px;
margin-bottom: 15px;
}
#ad #ad-title,
#ad #ad-description
{
margin: 0;
line-height: 29px;
letter-spacing: 0px;
}
#ad #ad-title
{
color: rgba(25, 37, 64, 1);
font-family: expofontBold;
font-size: 24px;
}
#ad #ad-description
{
color: #666666;
font-family: expofont;
font-size: 12px;
}
#ad #subdiv
{
width: 165.03px;
height: 119px;
position: absolute;
top: 70px;
right: 40px;
background: rgba(25, 37, 64, 0.5);
border-radius: 10px;
backdrop-filter: blur(5px);
text-align: left;
}
#ad #subdiv > p
{
color: rgb(255, 255, 255);
/* background-color: red; */
font-family: expofont;
font-weight: 600;
font-size: 10px;
margin: 0;
padding: 12px 0px 2px 10px;
}
#ad #subdiv > h4
{
margin: 0;
padding: 6px 0px 0px 8px;
color: rgba(235, 175, 41, 1);
font-family: expofontBold;
font-size: 18px;
line-height: 24px;
margin-bottom: 5px;
}
#ad #subdiv > #contact-now
{
text-decoration: none;
background-color: rgba(235, 175, 41, 1);
color: rgba(25, 37, 64, 1);
height: 17px;
margin-inline: 25px;
padding: 2px 20px;
font-family: expofont;
font-weight: 700;
font-size: 10px;
}