-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeeds.css
More file actions
92 lines (88 loc) · 1.58 KB
/
feeds.css
File metadata and controls
92 lines (88 loc) · 1.58 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
body {
font-family: 'Times New Roman', serif;
background: url(12.jpg) no-repeat;
background-size: cover;
}
h1{
color:#fff;
}
label{
color: white;
}
input{
color:white;
background-color: #c52585;
}
textarea{
color:white;
background: #c52585;
}
*{
margin: 0;
padding: 0;
}
.rating{
position: absolute;
top: 315px;
left: 15px;
font-size: 20px;
}
.rate {
float: left;
height: 46px;
padding: 0 10px;
position: absolute;
top: 345px;
left: 5px;
}
.rate:not(:checked) > input {
position:absolute;
top:-9999px;
}
.rate:not(:checked) > label {
float:right;
width:1em;
overflow:hidden;
white-space:nowrap;
cursor:pointer;
font-size:40px;
color:#ccc;
}
.rate:not(:checked) > label:before {
content: '★ ';
}
.rate > input:checked ~ label {
color: #ffc700;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
color: #deb217;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
color: #c59b08;
}
.abc{
position: absolute;
top: 420px;
left: 20px;
font-size: 20px;
}
.abc input{
padding:20px;
font-size: 20px;
}
.container{
background-color: #1211115c;
backdrop-filter: blur(10px);
height: 500px;
width: 650px !important;
border-radius: 20px;
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}