Overview

Screenshot

Issue

  1. In order to put text in center, I found out that text-align: center
  2. In order to put image in center, I used .center { display: block; margin-left: auto; margin-right: auto; width: 50%; }
  3. In order to to put image titles at bottom of images, used the div to start new line


CSS Transition

  1. For those images that link to sub-pages, when users drag their nouse to images, brightness will down to 50%;
  2. For those image titles, when users touch those texts, font-size will grow larger to 36px;



Idea and Future

  1. Continue develop this webpage and add more CSS content inside, including the transition
  2. For each project, create the individual sub-pages
  3. Study how to make the icon and button
  4. Study how to make search bar