-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
51 lines (45 loc) · 943 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
.entirecard {
width: 300px;
border-color: #808080;
border-style: solid;
border-width: 1px;
border-radius: 5px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
background-color: #d3d3d3;
box-shadow: 10px 10px 5px #c0c0c0
}
.name {
font-family: "Alegreya", serif;
margin-bottom: 15px;
border-color: #808080;
border-style: solid;
border-width: 1px;
border-radius: 5px;
box-sizing: border-box;
}
.image1 {
width: 300px;
border-color: #808080;
border-style: solid;
margin-bottom: 15px;
border-radius: 5px;
box-sizing: border-box;
}
.fact {
font-style: italic;
}
.items {
font-weight: bold;
}
.information {
width: 300px;
border: 1px solid #808080;
border-radius: 5px;
padding:2px 10px;
box-sizing: border-box;
}
.item-marker {
list-style-type: none;
}