-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
89 lines (74 loc) · 1.32 KB
/
index.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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
body {
background-image: url("./assets/Marvel\ superheroes\ wallpaper\ hd\ \ \ SF\ Wallpaper.jpg");
background-size: cover;
background-position: center;
background-attachment: fixed;
background-repeat: no-repeat;
}
main {
height: auto;
width: 60vw;
margin: 9rem auto;
border: rgb(243, 8, 8) solid 2px;
border-radius: 5px;
background-color: azure;
position: relative;
}
#auto-complete {
max-height: 300px;
overflow-y: auto;
}
#auto-complete li {
color: black;
padding: 15px;
cursor: pointer;
font-weight: bold;
}
#searchList {
color: rgb(97, 248, 3);
z-index: 1;
position: relative;
top: 0;
margin-top: -1.5%;
}
#searchList li {
width: auto;
cursor: pointer;
}
#searchContainer {
max-height: auto;
overflow-x: hidden;
overflow-y: auto;
}
.container {
height: auto;
width: 70vw;
display: flex;
padding: 10px;
}
.img img {
height: 400px;
width: auto;
border: 1px rgb(74, 212, 50) solid;
}
.details {
height: 400px;
width: auto;
/* border: 1px rgb(85, 56, 56) solid; */
color: aliceblue;
font-weight: bold;
overflow-y: auto;
padding-left: 15px;
}
#powerstats{
color: gold;
}
#bio{
color: blue;
}
#favbtn {
display:none;
}
#logo{
color: aliceblue;
}