-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
62 lines (51 loc) · 876 Bytes
/
style.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
body{
background-color: #060606;
padding-bottom: 0px;
}
@media only screen and (min-width: 1025px) {
.about-new .bd-placeholder-img{
float: right;
top:0;
margin-top:120px;
margin-right:0;
float: right;
height:100%;
width:80%;
}
.about-new{
}
.about-new{
position: fixed;
top: 0;
left:10;
right:0;
}
.mainpage{
overflow: hidden;
}
}
.bg{
background-color: #070707;
}
.color{
color: white;
}
.colors{
color: #000000;
}
a{
text-decoration: none;
}
.pj{
padding-bottom: 20px;
padding-top: 15px;
}
.button{
padding-bottom: 12px;
}
.cnf{
background-color:#1A1A1A;
}
input, select, textarea{
color:white;
}