-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
59 lines (50 loc) · 826 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
h3{
margin: 0px 0;
border: 1px;
padding: 1px;
}
img{
border: 1px solid lightgray;
width: 300px;
height: 200px;
padding: 0px;
margin: 0px 0;
}
span{
font-weight:bold;
}
ul {
font: 12px serif;
list-style: none;
border:1px black;
padding: 10px;
margin: -10px 0;
}
.container{
border: 1px ridge lightgray;
box-shadow: 5px 5px lightgray;
padding: 10px;
width: 300px;
height: 460px;
display: flex;
flex-wrap: wrap;
}
.fact {
margin: 10px;
padding: 1px;
font: italic 12px / 15px serif;
}
.box {
border: 0.1px solid lightgray;
margin: -10px 0;
width: 300px;
height: 200px;
display:flex;
flex-wrap: wrap;
float:center;
}
.description {
margin: -10px 0;
padding: 10px;
font: 12px serif;
}