-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathAmStaff.css
93 lines (80 loc) · 1.15 KB
/
AmStaff.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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
.navigation li {
display: inline-block;
margin-right: 30px;
margin-left: 25px;
font-size: 23px;
}
.navigation li a {
text-decoration: none;
color: white;
}
.navigation ul {
margin-left: 0px;
padding-left: 0px;
}
.navigation li a:hover {
text-decoration: underline;
}
body{
background-color: rgb(248, 244, 244);
margin-top: 0;
margin-right: 0;
margin-left: 5px;
}
#At-Home, #cost {
text-align: center;
}
header {
background-color: rgb(22, 29, 28);
padding: 20px;
}
h1{
text-align: center;
margin-right: 100px;
}
#on-leash{
margin-left: 290px;
height: 309px;
}
.images img{
height: 309px;
}
h2, p,h3, ul{
margin-left: 55px;
margin-right: 30px;
}
img {
margin-left: 55px;
margin-right: 30px;
}
p{
font-size: 23px;
}
ul{
font-size: 22px;
}
h2, h3{
font-size:25px ;
}
#Differences img{
margin-left: 100px;
height: 450px;
}
.cost-section img{
height: 300px;
}
#myth-section img{
height: 450px;
}
#pup{
margin-left: 490px;
height: 300px;
width: 210px;
}
#home img{
height: 300px;
width: 310px;
}
#dog-showering{
margin-left: 340px;
}