File tree 2 files changed +72
-13
lines changed
2 files changed +72
-13
lines changed Original file line number Diff line number Diff line change 9
9
</ head >
10
10
< body >
11
11
12
+
13
+ < div class ="cover-image ">
14
+ < a class ="FBILogo " href ="https://fbi.gov " target ="_blank "> </ a >
15
+ < a class ="DOJLogo " href ="https://justice.gov " target ="_blank "> </ a >
16
+ < a class ="NCALogo " href ="https://www.nationalcrimeagency.gov.uk/ " target ="_blank "> </ a >
17
+ < a class ="DCISLogo " href ="https://www.dodig.mil/Components/DCIS/ " target ="_blank "> </ a >
18
+ < a class ="POLITIELogo " href ="https://www.politie.nl/en " target ="_blank "> </ a >
19
+
20
+ </ div >
21
+
22
+
23
+
12
24
< header class ="header-container ">
13
25
< div class ="logo " id ="logo "> Kurtis Collins</ div >
14
26
< nav class ="navigation ">
34
46
< div class ="item__info ">
35
47
<!--p class="item__year"><span>Happy Little Accidents</span></p-->
36
48
< p class ="item__name "> < span > Happy Little Accidents</ span > </ p >
37
- < a href ="http ://happylittleaccidents.net:1111/ " class ="btn "> < span > Discover more</ span > </ a >
49
+ < a href ="https ://gpcs.live " class ="btn "> < span > Discover more</ span > </ a >
38
50
</ div >
39
51
</ div >
40
52
@@ -57,9 +69,7 @@ <h2>Graduation Countdown</h2>
57
69
< div id ="countdown "> </ div >
58
70
</ section >
59
71
60
- < div class ="cover-image ">
61
- < img src ="Images/seized.png " alt ="Cover Image "/>
62
- </ div >
72
+
63
73
64
74
</ body >
65
75
</ html >
Original file line number Diff line number Diff line change 1
1
2
2
/*Seized*/
3
3
.cover-image {
4
- position : fixed;
5
- top : 0 ;
6
- left : 0 ;
7
- width : 100% ;
4
+ /* Full height and width */
5
+ background-image : url ("Images/seized.png" );
6
+ background-size : contain;
8
7
height : 100% ;
9
- z-index : 9999 ; /* Ensure the image is above other elements */
8
+ width : 100% ;
9
+ background-position : center;
10
+ background-repeat : no-repeat;
11
+ background-color : black;
12
+ margin : 0 ;
13
+ padding : 0 ;
14
+ overflow : hidden;
15
+ position : fixed;
16
+ display : flex;
17
+ justify-content : center;
18
+ align-items : center;
19
+ z-index : 9999 ;
10
20
}
11
21
12
- .cover-image img {
13
- width : 100% ;
14
- height : 100% ;
15
- object-fit : cover; /* Ensure the image covers the entire area */
22
+ .FBILogo {
23
+ position : fixed;
24
+ top : 47.5% ;
25
+ left : 43% ;
26
+ width : 14vw ;
27
+ height : 14vw ;
28
+ border-radius : 50% ;
29
+ z-index : 101 ;
30
+ }
31
+ .DOJLogo {
32
+ position : fixed;
33
+ top : 62% ;
34
+ left : 29% ;
35
+ width : 8vw ;
36
+ height : 8vw ;
37
+ border-radius : 50% ;
38
+ z-index : 101 ;
39
+ }
40
+ .NCALogo {
41
+ position : fixed;
42
+ top : 62% ;
43
+ left : 66% ;
44
+ width : 8vw ;
45
+ height : 8vw ;
46
+ border-radius : 50% ;
47
+ z-index : 101 ;
48
+ }
49
+
50
+ .DCISLogo {
51
+ position : fixed;
52
+ top : 42% ;
53
+ left : 27% ;
54
+ width : 10vw ;
55
+ height : 5vw ;
56
+ z-index : 101 ;
57
+ }
58
+ .POLITIELogo {
59
+ position : fixed;
60
+ top : 42% ;
61
+ left : 63% ;
62
+ width : 14vw ;
63
+ height : 5vw ;
64
+ z-index : 101 ;
16
65
}
17
66
18
67
/* Header */
You can’t perform that action at this time.
0 commit comments