-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtrib.css
53 lines (44 loc) · 992 Bytes
/
trib.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
body{
background-color: cadetblue;
margin: 5%;
}
#image{
display: inline-block;
width: 60%;
}
#img{
text-align: center;
}
#title{
color:darkslategray;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
font-style:italic;
font-size :35px;
text-shadow: 5px 5px 10px white;
}
#caption{
color: black;
text-align: center;
display: block;
font-size: 16px;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
#about{
background-color: cornflowerblue;
box-shadow: 10px 20px 20px #98FB98;
font-family: Georgia, 'Times New Roman', Times, serif;
margin:10px;
margin-top: 40px;
padding: 15px 25px;
}
h1.mahi{
text-align: center;
text-shadow: 5px 5px 10px black;
font-size: 35px;
color: white;
}
z
.link{
text-decoration: none;
color: red;
}