We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e9e8144 commit fc7266fCopy full SHA for fc7266f
1 file changed
Week1/homework/style.css
@@ -17,6 +17,11 @@ body {
17
background-color: #fff;
18
border-radius: 15px;
19
padding: 0 15px;
20
+ cursor: pointer;
21
+ }
22
+
23
+ h2:hover {
24
+ transform: translateX(2px);
25
}
26
27
img {
@@ -26,11 +31,19 @@ body {
31
transition-duration: 3ms;
32
28
33
34
+ img:hover {
35
+ transform: translateX(3px);
36
37
29
38
ul li {
30
39
list-style: none;
40
41
42
p {
43
color: rgb(252, 252, 252);
44
font-size: 1.2em;
45
46
47
+ :hover {
48
+ transition: all 0.3s;
49
0 commit comments