-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
67 lines (50 loc) · 991 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
/* add your CSS here */
#box {
font-family: Arial;
font-weight: normal;
letter-spacing: 0.5px;
margin-top: 4em;
margin-right: 2.5em;
margin-left: 2.5em;
margin-bottom: 30%;
border: solid #C0C0C0;
padding-left: 1.5em;
padding-right: 1.5em;
/*http://www.cssmatic.com/box-shadow*/
-webkit-box-shadow: 0px 5px 9px 2px rgba(192,192,192,0.5);
-moz-box-shadow: 0px 5px 9px 2px rgba(192,192,192,0.5);
box-shadow: 0px 5px 9px 2px rgba(192,192,192,0.5);
}
#hfish{
padding-bottom: 0.5em;
}
#text {
border: solid #C0C0C0;
margin-bottom: 1.5em;
padding-left: 1em;
padding-right: 1em;
padding-bottom: 0.5em;
}
h1 {
margin-left: 0.2em;
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.pic img {
width: 300px;
}
.description {
font-style: italic;
padding-bottom: 1em;
}
.characteristics {
padding-top: 1em;
}
li span {
font-weight: bold;
font-style: normal;
}
li {
font-style: italic;
list-style: none;
}