-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcss marvel.css
More file actions
99 lines (92 loc) · 1.43 KB
/
css marvel.css
File metadata and controls
99 lines (92 loc) · 1.43 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
h1
{
text-align: center;
text-shadow: 2px 2px 5px #0c0c0c,
0px 4px 1px rgba(0,0,0,0.5),
4px 4px 5px rgba(0,0,0,0.7);
background-color: #770f1c;
font-weight: bold;
border: 2px solid black;
padding: 12px 12px 10px 10px;
font-size: 4em;
margin-left:150px;
margin-right:150px
}
body
{
background: linear-gradient(black,#6b0e19);
font-family:cursive;
color:#f7ebea;
}
ul
{
color: #f7ebea;
/*background-color: black;*/
line-height: 2em;
border-left: 15px solid #770f1c;
padding-left: 3px 3px 3px 7px;
font-family: cursive;
/*padding-bottom:3px;*/
font-size:1em;
}
table
{
border:3px solid black;
border-collapse: collapse;
font-family:cursive;
padding:10%;
width:90%;
color:#f7ebea;
text-align:center;
}
th,td
{
padding:10px;
}
caption
{
padding: 20px;
font-style: italic;
margin:150px;
color: #f7ebea;
text-align: center;
letter-spacing: 1px;
text-decoration:underline;
}
tbody
{
font-size:1em;
}
tbody tr:nth-child(odd)
{
background-color: #6b0e19;
}
tbody tr:nth-child(even)
{
background-color: #0c0c0c;
}
thead
{
background-image: url(https://i.pinimg.com/736x/5a/e7/23/5ae7231647457fbd0dcb497998f1e9fc--baby-marvel-marvel-heroes.jpg);
font-size:2em;
color:black;
text-shadow:2px 2px 5px #0c0c0c;
}
img
{
float:right;
height:40%;
width:45%;
}
h2
{
text-decoration:underline;
padding: 20px;
font-style: italic;
color: #f7ebea;
}
}
footer
{
text-align:right;
}