forked from WhitePegasis/Player-Bidder
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
89 lines (73 loc) · 1.25 KB
/
style.css
File metadata and controls
89 lines (73 loc) · 1.25 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
81
82
83
84
85
86
87
88
89
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
-webkit-appearance: none;
margin: 0;
}
hr{
height: 15px;
background: rgb(194, 194, 194);
}
.new-bid{
width: 30%;
border-width: thin;
padding: 4px;
border-radius: 5px;
}
.bid-display{
margin: 30px;
}
.newbid-container{
margin: 20px;
display: flex;
align-items: center;
justify-content: center;
}
#parent-div{
display: flex;
justify-content: center;
}
.skills{
display: flex;
align-items: center;
justify-content: center;
font-size: 17px;
}
.newbid-div{
align-items: center;
}
.reset-container{
margin: 10px;
display: flex;
align-items: flex-end;
justify-content: right;
}
#footer-link{
color: rgb(63, 252, 242);
}
#player-name2{
font-size: 50px;
font-family: "Comic Sans MS, Comic Sans, cursive";
}
.currentBidHeader{
font-family:"Snell Roundhand, cursive";
}
.center-cropped {
object-fit: cover;
background-repeat: no-repeat;
}
.footer-align {
position:absolute;
bottom:0;
width: 100%;
left:0;
}
#goto-next-bid{
margin: 150px;
padding: 5px;
}
#nav {
top: 0;
z-index: 100;
position: fixed;
width: 100%;
}