Skip to content

Commit 7e4c5b9

Browse files
authored
Fixed formatting
1 parent 2768ec2 commit 7e4c5b9

1 file changed

Lines changed: 10 additions & 9 deletions

File tree

thomas/style.css

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,14 @@ a {
7171

7272
/* Image Styling */
7373

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;
74+
img{
75+
width:204px;
76+
height:128px;
77+
transition: width 5s;
78+
transition: height 4s;
79+
}
80+
81+
img:active{
82+
width:264px;
83+
height:228px;
8384
}

0 commit comments

Comments
 (0)