-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
107 lines (97 loc) · 2 KB
/
style.css
File metadata and controls
107 lines (97 loc) · 2 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
*{
box-sizing: border-box;
font-family: "BBH Sans Bogle", sans-serif;
font-weight: 400;
font-style: normal;
}
body{
margin: 0;
padding: 0;
}
nav{
display: flex;
justify-content: center;
position: sticky;
top: 0px;
background-color: rgb(146, 163, 169);
padding: 1rem;
z-index: 1000;
}
.element a{
padding: 1rem;
text-decoration: none;
color: black;
}
.card{
display: flex;
border: solid rgb(205, 205, 205) 2px;
width: 45%;
border-radius: 2rem;
margin: 1rem;
box-shadow: -13px 14px 13px 0px #0000000A;
position: relative;
}
img{
height: 10rem;
padding: 1rem;
}
.container{
display: flex;
flex-wrap: wrap;
}
.bbh-sans-bogle-regular {
font-family: "BBH Sans Bogle", sans-serif;
font-weight: 400;
font-style: normal;
}
p a{
text-decoration: none;
color: lightgray;
}
footer{
display: flex;
justify-content: end;
align-items: end;
color: rgb(255, 255, 255);
height: 5rem;
background-color: rgb(146, 163, 169) ;
}
.header_image{
display: flex;
justify-content: center;
align-items: center;
font-size: 4rem;
height: 40rem;
border: solid rgb(14, 14, 59) 0.5rem;
border-bottom-left-radius: 1rem;
border-bottom-right-radius: 1rem;
background-image: url(https://www.arsenal.com/sites/default/files/shorthand/stories/JT2Rr6Lvaf/2023-09-19T11%3A37%3A37.746Z/assets/RFfilWzU53/uefa-champions-league-star-football-logo-8dv90jbvwwhzp9c0-2560x1440.jpg);
color: white;
}
.header_image h1{
text-shadow:
-2px -2px 0 black,
2px -2px 0 black,
-2px 2px 0 black,
2px 2px 0 black;
}
.opponentslist{
position: absolute;
right: 40px;
top: 20px;
color: rgb(223, 19, 19);
font-size: 18px;
}
main{
display: flex;
justify-content: center;
height: 20rem;
font-size: 3rem;
background-color: #0000000A;
}
.title{
display: flex;
justify-content: center;
font-size: large;
background-color: #0000000A;
}