-
Notifications
You must be signed in to change notification settings - Fork 0
/
git.css
96 lines (94 loc) · 1.67 KB
/
git.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
@import url('https://fonts.googleapis.com/css2?family=Scheherazade+New&display=swap');
html{
scroll-behavior: smooth !important;
transition: all .8s;
}
.heading
{
font-weight: bolder;
}
.center
{
width: auto;
height: auto;
border: 2px solid white;
background-color: black;
}
.code
{
width: 80%;
/* border: 2px solid grey; */
color: greenyellow;
font-weight: italic;
}
.copy-button
{
outline: none;
border: 2px solid #3f37c9 ;
background-color: #3f37c9;
font-weight: bold;
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
display: flex;
justify-content: center;
align-items: center;
}
.center2
{
display: flex;
justify-content: center;
align-items: center;
border: 2px solid black;
width: 3.5rem;
height: 3.5rem;
border-radius: 50%;
background-color: #f72585;
}
.navbar
{
background-color: #ffea00;
}
body{
font-family: 'Scheherazade New', serif;
font-size: 20px;
}
.nav-link
{
color: black !important;
}
.nav-link:hover
{
color: white !important;
}
.git-button
{
outline: none;
border: 2px solid black;
background-color: #ffea00;
color: black;
border-radius: 4px;
box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.box
{
border: 3px solid #003566;
}
.top
{
width: 2.5rem;
height: 2.5rem;
border-radius: 50%;
background-color:green;
color: black;
font-weight: bold;
position: fixed;
display: flex;
justify-content: center;
align-items: center;
bottom: 3%;
left: 1%;
z-index: 300;
border: 2px solid white;
cursor: pointer;
}