-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnetflix.css
53 lines (52 loc) · 938 Bytes
/
netflix.css
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
body
{background-image:url('https://avaazdo.s3.amazonaws.com/original_5c6ecb2a27cab.jpeg');
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
background-position:0px,10px;
width:100%;
}
table{
width:1100px;
}
th{
#border:groove black 2px;
margin:1px;
padding:1px;
#background:linear-gradient(to left,#263238,#37474F);
color:whitesmoke;
font-family:calibri;
font-size:22px;
}
p{
font-size:80px;
align-content:left;
font-family:aloha;
}
img{
height:189px;
width:270px;
align-items: last baseline;
}
.scale:hover {
transform:scale(1.2,1.2);
}
.column {
float: left;
width: 20%;
padding: 0px;
}
.row::after {
content: "";
clear: both;
display: table;
}
a{
color:red;
text-decoration:none;
font-size:45px;
text-align:left;
#background-color:black;
padding:4px;
margin:2px;
}