-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.php
More file actions
79 lines (79 loc) · 2.33 KB
/
header.php
File metadata and controls
79 lines (79 loc) · 2.33 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
73
74
75
76
77
78
79
<!DOCKTYPE>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="Yohith">
<meta name="owner" content="Yohith">
<meta name='og:image' content='bcb 3d bot.jpg'>
<link rel='shortcut icon' type='image/ico' href='bcb 3d bot.jpg'>
<meta name="keywords" content="communication-bot, discord, discord-bot, communication-discord-bot, good bot, best bot, better bot">
<title>Communication Bot</title>
<link href='https://fonts.googleapis.com/css?family=Baloo 2' rel='stylesheet'>
<link href="bcb 3d bot.jpg" rel="icon">
<style>
body {
font-family: 'Baloo 2';
background: #4a4a4a;
color: white;
}
</style>
<style>
::-webkit-scrollbar, ::-webkit-scrollbar:hover {
background-color: rgba(0,0,0,.1);
}
::-webkit-scrollbar {
width: 12px;
height: 8px;
border-radius: 100px;
border: 2px solid transparent;
background-clip: padding-box;
}
::-webkit-scrollbar-corner {
background-color: transparent;
}
::-webkit-scrollbar-thumb {
background: #202225;
border-radius: 100px;
border: 2px solid transparent;
background-clip: padding-box;
}
::-webkit-scrollbar-track {
border: 3px solid transparent;
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #333;
position: fixed;
top: 0;
width: 100%;
}
.active{
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
background-color: #0a0a0f;
}
.scrollmenu {
background-color: #333;
overflow-x : scroll;
white-space: nowrap;
}
.scrollmenu a {
display: inline-block;
color: white;
text-align: center;
padding: 14px;
text-decoration: none;
}
.scrollmenu a:hover{
background-color: #111;
}
</style>
</head>
<body>