Changes

1,024 bytes removed ,  15:40, 3 October 2023
no edit summary
Line 85: Line 85:  
   padding: 0;
 
   padding: 0;
 
   margin: 0;
 
   margin: 0;
}
  −
  −
  −
/* Style for projects */
  −
.thumbnail img { 
  −
  display: block;
  −
  margin-left: auto;
  −
  margin-right: auto;
  −
}
  −
  −
.thumbRow {
  −
  margin: 0 -5px;
  −
  clear: both;
  −
  display: flex;
  −
  flex-flow: row wrap;
  −
}
  −
.thumbRow:after {
  −
  content: "";
  −
  display: table;
  −
  clear: both;
   
}
 
}
    
*{
 
*{
 
   box-sizing: border-box;
 
   box-sizing: border-box;
}
  −
  −
.thumbnail h4
  −
{
  −
  background-color: #52C765;
  −
  margin: auto;
  −
  padding: 20px;
  −
  text-align: center;
  −
  color: black;
  −
  font-size: 20px;
  −
  text-decoration: underline;
  −
}
  −
  −
.thumbnail h4 a
  −
{
  −
  color: black;
  −
}
  −
  −
.thumbnail h4 a:hover
  −
{
  −
  color: white;
  −
}
  −
.thumbnail h4 a:focus
  −
{
  −
  color: white;
  −
}
  −
  −
.thumbcontent
  −
{
  −
  padding: 20px;
  −
}
  −
.thumbcolumn {
  −
  flex-basis: 25%;
  −
  padding: 10px;
  −
  display: flex;
  −
  align-items: stretch;
  −
  justify-items: stretch;
  −
  justify-content: stretch;
  −
}
  −
  −
.thumbnail {
  −
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  −
  width: 100%;
  −
}
  −
.txtPhase {
  −
  text-align: center;
  −
  font-weight: bold;
  −
  padding-bottom: 10px;
  −
  color: #000000;
  −
  border-bottom: solid 2px #75DE86;
   
}
 
}