-
Notifications
You must be signed in to change notification settings - Fork 1
/
stylemj.css
47 lines (46 loc) · 884 Bytes
/
stylemj.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
body {
text-align: center;
background-image: url('images/chicagologo2.png');
background-repeat: no-repeat;
background-size: cover;
background-position: center;
font-family: "poppins";
color: white;
}
img {
max-width: 100%;
height: auto;
display: block;
margin: auto;
border-radius: 25%;
}
p {
text-align: center;
margin-left: 10%;
margin-right: 10%;
background-image: linear-gradient(45deg, rgba(5, 4, 7, 0.800),rgba(67, 4, 4, 0.800), rgba(196, 9, 9, 0.800));
padding: 5%;
border-radius: 25%;
box-shadow: 5px 5px 5px black;
}
header {
background-color: black;
display: flex;
justify-content: space-between;
align-items: center;
}
video{
width: 50%;
height: 50%;
}
#logoHome{
width: 50px;
height: 50px;
margin: 0;
padding: 0;
}
#b4v{
margin: 0;
width: 100px;
color:white;
}