-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
45 lines (45 loc) · 886 Bytes
/
styles.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
main{
background-color: hwb(0 78% 22%);
}
h1{
display: flex;
justify-content: center;
background-color: #BFBFBF;
}
p{
display: flex;
justify-content: center;
background-color: #BFBFBF;
}
#imag-div{
display: flex;
justify-content: center;
background-color: rgb(255, 255, 255);
}
#image{
width: 80vw;
position : relative;
margin: auto;
height: auto;
max-width: 100%;
border-radius: 10px;
border: 60px solid white;
}
img{
display: block;
background-color: rgb(255, 255, 255);
}
figcaption{
display: flex;
justify-content: center;
color: red;
font-size:larger;
text-decoration:wavy;
background-color: blue ;
background-size:contain;
}
#tribute-info{
display: flex;
justify-content: center;
margin: 0px 25vw 0px 25vw;
}