-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
49 lines (44 loc) · 834 Bytes
/
styles.css
File metadata and controls
49 lines (44 loc) · 834 Bytes
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
body {
background-color: powderblue;
}
#image{
margin: auto;
height: 340px;
width: 340px;
border: 3px solid rgb(105, 151, 211);
display: flex;
}
#scates {
background-size: 340px 340px;
height: 340px;
width: 340px;
background-repeat: no-repeat;
background-color: rgb(243, 243, 243);
}
#stars{
margin: auto;
height: 40px;
width: 20%;
padding: 10px;
display: flex;
}
#text{
margin: auto;
height: 40px;
width: 40%;
padding-top: 20px;
display: flex;
}
.plus{
background-image: url('./images/star.png');
background-size: 20px 20px;
width:30px;
height:30px;
background-repeat:no-repeat;
}
.plus.minus{
background-image: url('./images/Plain_Yellow_Star.png');
width:30px;
height:30px;
background-repeat:no-repeat;
}