-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
80 lines (69 loc) · 1.33 KB
/
Copy pathstyle.css
File metadata and controls
80 lines (69 loc) · 1.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
80
.randomClass{
text-align: center;
}
/* .classContent{
background-color:rgba(255, 255, 255, 0.75);
color: black;
padding: 1%;
margin-left: 12%;
margin-right: 12%;
margin-top: 20px;
width: 76%;
height: 90%;
} */
.randomClass{
background-color:rgba(255, 255, 255, 0.75);
color: black;
padding: 1%;
margin-left: 12%;
margin-right: 12%;
margin-top: -30px;
width: 76%;
height: 90%;
padding-bottom: 20px;
}
body{
background-image: url("backgrounnd.jpg");
background-size: auto;
}
nav{
background-color: black;
color: white !important;
}
nav .navbar-nav li a{
color: white !important;
}
nav .navbar-nav li a:hover{
color: #ff8a00 !important;
}
.updates{
background-color:rgba(255, 255, 255, 0.75);
color: black;
padding: 1%;
color: black;
padding: 1%;
margin-left: 12%;
margin-right: 12%;
/* margin-top: 20px;; */
width: 76%;
height: 90%;
/* margin-bottom: -300px; */
}
.myButton{
padding-top: 1%;
display: flex;
justify-content: center;
}
.updateText{
text-align: center;
}
.logo{
width: 50px;
}
.btn-primary, .btn-primary:active {
background-color: #ff8a00 !important;
border: 2px solid white !important;
}
.btn-primary:hover{
background-color: black !important;
}