-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathjava.css
More file actions
94 lines (85 loc) · 1.39 KB
/
java.css
File metadata and controls
94 lines (85 loc) · 1.39 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
90
91
92
93
94
*{
font-family:font-family: 'Anton', sans-serif; ;
}
h1{
font-family: 'Anton', sans-serif;
font-size : 80px;
}
.heading h1{
font-size: 70px;
margin-left: 280px;
font-family: 'Anton', sans-serif;
}
.panel.panel-default>.panel-heading{
background-color: #6C63FF;
border-radius: 15px;
}
p{
font-family: 'Anton', sans-serif;
font-size : 20px;
}
.panel-heading h1:hover{
text-decoration: none;
color: white;
}
.panel-body h2{
font-weight: bold;
font-size: 25px;
font-family:'Anton', sans-serif ;
}
.heading img{
height: 60%;
width: 80%;
margin-left: 70px;
}
.p{
font-size: 40%;
}
.abc{
border: 3px solid #303030;
padding: 20px;
width: 350px;
text-align: center;
border-radius: 4px;
position: relative;
}
.h5{
text-align: left;
}
.voting{
position: relative;
border: 3px solid #303030;
border-radius: 4px;
padding: 5px;
display: flex;
justify-content: center;
}
input{
width: 50px;
border: none;
background: none;
color: white;
font-size: 30px;
margin: 0 10px;
pointer-events: none;
}
button{
color: blue;
background: none;
border: none;
font-size: 30px;
padding: 0 15px;
margin: 10px 0;
}
button:active{
color: #004eff;
transform: scale(1.4);
}
a{
font-style: 'Anton', sans-serif;
text-decoration: none;
color: black;
}
.hi{
width: 100%;
}