-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathStyle2.css
64 lines (57 loc) · 862 Bytes
/
Style2.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
.red-text {
color: red;
}
h1 {
font-family: Lobster, monospace;
}
p {
font-size: 16px;
}
.smaller-image {
width: 100px;
}
.thick-green-border {
border-color: green;
border-width: 10px;
border-style: solid;
border-radius: 50%;
}
.silver-background {
background-color: silver;
}
#cat-photo-form {
background-color: green;
}
.injected-text {
margin-bottom: -25px;
text-align: center;
}
.box {
border-style: solid;
border-color: black;
border-width: 5px;
text-align: center;
}
.yellow-box {
background-color: yellow;
padding: 10px;
}
.red-box {
background-color: crimson;
color: #fff;
padding: 20px 40px 20px 40px;
}
.blue-box {
background-color: blue;
color: #fff;
padding: 20px 40px 20px 40px;
}
[type='checkbox']{
margin: 10px 0px 15px 0px;
}
.pink-text {
color: pink;
}
#orange-text {
color: orange;
}