We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2768ec2 commit 7e4c5b9Copy full SHA for 7e4c5b9
1 file changed
thomas/style.css
@@ -71,13 +71,14 @@ a {
71
72
/* Image Styling */
73
74
- img{
75
- width:204px;
76
- height:128px;
77
- transition: width 5s;
78
- transition: height 4s;
79
- }
80
- img:active{
81
- width:264px;
82
- height:228px;
+img{
+ width:204px;
+ height:128px;
+ transition: width 5s;
+ transition: height 4s;
+}
+
+img:active{
+ width:264px;
83
+ height:228px;
84
}
0 commit comments