-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtribute.css
59 lines (59 loc) · 998 Bytes
/
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
57
58
59
.box1{
margin:20px 20px;
padding-top: 20px;
background-color: rgba(239, 238, 238, 0.858);
}
.heading{
color: black;
font-size: 40px;
}
body{
font-family: arial;
font-size: 18px;
text-align: center;
align-items: center;
color: rgb(44, 43, 43);
}
.box{
background-color: white;
max-width: 1500px;
margin-left: 70px;
margin-right: 20px;
padding-bottom: 20px;
box-shadow: 0 0 10px gray;
padding-top: 10px;
}
.image{
max-width: 100%;
}
ul{
text-align: left;
width: 1000px;
margin-left: 300px;
}
.heading2{
color: black;
font-size: 20PX;
padding-top: 30PX;
padding-bottom: 30px;
}
li{
padding-top: 25px;
}
.para3{
width: 1000px;
margin-left: 300px;
margin-top: 60px;
color: rgb(76, 74, 74);
font-size: 19px;
}
.para4{
margin-left:600px ;
color: rgb(60, 57, 57);
margin-bottom: 50px;
}
.para5{
color: black;
font-size: 24px;
padding-bottom: 50px;
}