-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathakam.css
127 lines (108 loc) · 2.2 KB
/
akam.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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
body {
scroll-behavior: smooth;
}
* {
scroll-behavior: smooth;
}
#hone {
font-size: 2.8rem;
margin-left: 1rem;
margin-top: 1rem;
font-family: sans-serif;
color: orangered;
}
#pone {
color: blue;
font-size: 1.5rem;
margin-left: 1rem;
font-family: sans-serif;
}
#pone a {
color: blue;
text-decoration: none;
}
#pone a:hover {
color: rgb(134, 134, 255);
text-decoration: underline;
}
#akamh::before {
content: "";
position: absolute;
width: 100%;
height: 25%;
background: url(bck.png);
z-index: -1;
opacity: 1;
margin-left: 0rem;
margin-top: -1rem;
}
#ptwo {
font-size: 1.6rem;
margin-top: 6rem;
text-align: center;
color: rgb(0, 224, 0);
font-family: sans-serif;
}
#player {
margin-left: -0.5rem;
/* height: 40rem; */
width: 100%;
margin-top: 2rem;
}
#pthree{
font-size: 1.8rem;
color: orangered;
margin-left: 1rem;
text-align: center;
}
#pbhtv {
color: white;
font-size: 1.5rem;
margin-left: 92rem;
margin-top: -2.6rem;
display: flex;
width: 1rem;
height: 1rem;
text-decoration: none;
position: absolute;
}
#pbhtv:hover {
color: red;
transition: .2s ease-in-out;
}
#loading {
width: 101%;
height: 102vh;
background: white url(image_processing20191002-6429-tbqgfv.gif) no-repeat center center;
position: fixed;
z-index: 99999;
background-size: 30%;
margin-left: -1rem;
margin-top: -1rem;
}
/* @media only screen and (max-width:520px) {
#akamh::before {
content: "";
position: absolute;
width: 100%;
height: 36%;
background: url(bck.png);
z-index: -1;
opacity: 1;
margin-left: 0rem;
margin-top: -1rem;
}
} */
@media only screen and (max-width:360px){
#akamh::before {
content: "";
position: absolute;
width: 100%;
height: 40%;
background: url(bck.png);
z-index: -1;
opacity: 1;
margin-left: 0rem;
margin-top: -1rem;
}
}