Skip to main content
Click_on_the_images_below
*_{
__box-sizing:_border-box;
}
body_{
__margin:_0;
__font-family:_Arial;
}
/*_The_grid:_Four_equal_columns_that_floats_next_to_each_other_*/
.column_{
__float:_left;
__width:_20%;
__padding:_10px;
}
/*_Style_the_images_inside_the_grid_*/
.column_img_{
__opacity:_0.8;_
__cursor:_pointer;_
}
.column_img:hover_{
__opacity:_1;
}
/*_Clear_floats_after_the_columns_*/
.row:after_{
__content:_"";
__display:_table;
__clear:_both;
}
/*_The_expanding_image_container_*/
.airfcontainer_{
__position:_relative;
__display:_none;
}
/*_Expanding_image_text_*/
#imgtext_{
__position:_absolute;
__bottom:_10px;
__left:_10px;
__color:_white;
__font-size:_10px;
}
/*_Closable_button_inside_the_expanded_image_*/
.closebtn_{
__position:_absolute;
__top:_10px;
__right:_10px;
__color:_white;
__font-size:_25px;
__cursor:_pointer;
}
×_