-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
59 lines (54 loc) · 832 Bytes
/
style.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
img {
width: 420px;
height: 350px;
object-fit: cover;
border: 5px solid cyan;
margin: 20px;
}
.car {
border-color: red;
border-top-left-radius: 100px;
}
.bike{
border-bottom: 5px solid black;
}
h3{
text-transform:uppercase;
text-align: center;
background-color: blue;
padding: 20px;
}
span{
color: cyan;
font-style: italic;
}
.tank{
border-bottom: 3px solid cyan;
}
.dog{
color: purple;
}
.snake{
color: red;
}
.bird{
text-decoration: underline;
}
.bear{
color: blue;
text-transform: uppercase;
font-style: normal;
}
.wolf{
border: 3px solid cyan;
border-bottom-color: red;
}
.tiger{
color: purple;
}
img{
vertical-align: middle;
}
.bed{
background-color: cyan;
}