-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmarvel_style.css
67 lines (62 loc) · 1.27 KB
/
marvel_style.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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
body{
background-color: black;
color: white;
text-align: center;
}
body .container {
display: flex;
justify-content: space-between;
align-items: center;
}
body nav ul {
list-style: none;
display: flex;
}
body nav ul li {
float: left;
margin-left: 200px;
}
body nav ul li a {
color: #fff;
text-decoration: none;
font-size: 20px;
}
#box{
width:-webkit-fill-available;
height:700px;
background-image: url(https://wallpapercave.com/wp/wp1886659.jpg);
background-size: cover;
display: inline-block;
color: white;
text-align:justify;
padding: 50px;
font-size: 20px;
}
#box-pic{
width: 276px;
height: 650px;
border:1px solid white;
box-shadow: 6px 6px 15px white;
margin: 25px 150px 25px 150px;
display: inline-block;
vertical-align: middle;
}
.character-pic{
width: 276px;
height: 414px;
background-size: cover;
}
.deadpool{
background-image: url(https://m.media-amazon.com/images/I/61pVI68ug-L.jpg);
}
.wolverine{
background-image: url(https://i.pinimg.com/736x/2b/8c/4b/2b8c4b19c1cd47ec0d907ac2be1028dc.jpg);
}
.button{
background-color: white;
border: none;
color:black;
text-decoration: none;
display: inline-block;
font-size: 15px;
}