-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrob.css
More file actions
56 lines (45 loc) · 704 Bytes
/
Copy pathrob.css
File metadata and controls
56 lines (45 loc) · 704 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
body {
background-image: url("Skull Crossbones1.jpg");
background-size: cover;
}
.linx {
position: relative;
height: 150px;
top: 200px;
left: 100px;
}
.logo {
position: sticky;
height: 100px;
}
p {
text-align: center;
color: rgb(255, 255, 255)
}
#title {
background-color: black;
background-size: 400px, 100px;
color: white;
position: absolute;
left: 500px;
}
#logo1 {
position: absolute;
left: 20px;
}
#logo2{
position: absolute;
right: 20px;
}
#crew{
position: absolute;
top: 400px;
height: 500px;
width: 1500px;
left: 100px;
}
article img{
position: absolute;
top: 1000px;
height: 100px;
}