-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathuri1.css
More file actions
58 lines (51 loc) · 722 Bytes
/
uri1.css
File metadata and controls
58 lines (51 loc) · 722 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
50
51
52
53
54
55
56
57
58
body {
font-family: Arial, sans-serif;
display: flex;
justify-content: center;
align-items:center;
height: 175vh;
margin: 0;
}
.container {
text-align: center;
}
.movie-info {
margin-bottom: 20px;
}
.stars {
font-size: 36px;
cursor: pointer;
}
.star {
color: gold;
}
.star:hover {
transform: scale(1.2);
}
h1{
color: blueviolet;
}
h2{
color: rgb(187, 78, 78);
}
U{
color: rgb(172, 63, 63);
}
h3{
color: blue;
}
p{
color: rgb(64, 64, 146);
}
body{
background-image: url('back8.jpg');
}
div{
color: white;
}
h4{
color: rgb(164, 45, 65);
}
strong{
color: rgb(44, 159, 159);
}