/*
Theme Name:   Michelle Child
Template:     michelle
Theme URI:    https://wp-themes.com/michelle
Author:       KB
Author URI:   https://www.kamuzi.com/
Version:      1.0.0
Description:  My WP Michelle Child Theme
License:      GNU General Public License v3
License URI:  http://www.gnu.org/licenses/gpl-3.0.html
Text Domain:  michelle-child
*/

.boximg {
  transition: box-shadow .3s;
  width: 300px;
  height: 500px;
  margin: 50px;
  border-radius:10px;
  border: 1px solid #ccc;
  background: #fff;
  float: left;
  
}
.boximg:hover {
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
}

