-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.css
56 lines (50 loc) · 1.45 KB
/
tribute.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
#image{
max-width:100%;
height:auto;
margin:10px auto;
display:block;
}
body {
background: linear-gradient(45deg, #ff948f, #ffce9d);
margin: 20%;
}
/* Styling the Title and giving
shadow to the title */
#title {
text-align: center;
text-shadow: 5px 5px 10px white;
font-size: 7vh;
}
/* Setting width and display
type of image */
.img-div {
display: inline-block;
width: 100%;
}
/* Setting font color and font
size of the image-caption */
#img-caption {
font-size: 17px;
font-family: Gill Sans;
color: black;
}
/* Styling the content of the page like-
padding, font-size, font color etc.*/div#tribute-info {
background-color: rgb(46, 139, 87, 0.25);
box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
font-family: Georgia;
padding: 25px 25px;
margin: 11px;
margin-top: 50px;
}
/* Styling the title of the content */h1.title-APJ {
font-size: 35px;
color: white;
text-align: center;
text-shadow: 5px 5px 10px black;
}
/* Styling the link provided at the end */
#tribute-link {
text-decoration: none;
color: black;
}