Skip to content
This repository was archived by the owner on Nov 4, 2019. It is now read-only.

Commit 9c11a8f

Browse files
author
bananaapple
committed
hover scale 1.1
change background image
1 parent 5cf0d7d commit 9c11a8f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

themes/landscape/source/css/clean-blog.css

+4-1
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ body {
394394
webkit-tap-highlight-color: #0085a1;
395395
}
396396
.member{
397-
background-image: url('http://i.stack.imgur.com/jGlzr.png');
397+
background-image: url('images/banner.jpg');
398398
float: left;
399399
position:relative;
400400
width: 180px;
@@ -405,6 +405,9 @@ body {
405405
border: 2px solid black;
406406
box-shadow: 6px 6px 3px #888888;
407407
}
408+
.member:hover{
409+
transform: scale(1.1);
410+
}
408411
.member_photo{
409412
width: 140px;
410413
height: 170px;

0 commit comments

Comments
 (0)