You are on page 1of 1

header{

font-size: 24px;

font-family: 'Castellar', cursive;

text-align: center;

.menu-bar

background: rgb(0, 100, 0);

text-align: center;

p{

font size: 20px;

main{

margin-left: 120px;

.box{

display: block;

float: left;

width: 20%;

padding: 10px;

padding-left: 12px;

overflow: hidden;

border-radius: 5px;

img{

width: 100%;

border-radius: 5px;

img:hover

transform: scale(2,2);

transition: 1s transform;

You might also like