-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
76 lines (63 loc) · 1.05 KB
/
styles.css
File metadata and controls
76 lines (63 loc) · 1.05 KB
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
67
68
69
70
71
72
73
74
75
76
h1 {
border-style: solid;
border-width: 3px;
border-color:black;
color: red;
text-align: center;
margin-bottom: 0px;
}
ul {
border-style: solid;
border-top-width: 0px;
border-color:black;
text-align: center;
margin-top: 0px;
padding: 10px;
}
li {
display: inline-block;
padding: 0px, 100px;
margin-left: 20px;
margin-right: 20px;
}
.Welcome{
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.Gyrados{
border-style: solid;
border-width: 3px;
border-color:black;
padding: 10px;
}
.PhotoCredit{
font-size: xx-small;
padding: 10px;
}
.PokemonPicture {
border-style: solid;
border-width: 3px;
border-color:black;
padding: 10px;
}
.section1 {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
.section2{
display: inline-block;
width: 250px;
}
.section3 {
display: inline-block;
width: 250px;
}
div{
border-style: solid;
border-width: 3px;
border-color:black;
}