Difference between revisions of "Team:TP-CC San Diego/Templates/MainCSS"

 
(9 intermediate revisions by 3 users not shown)
Line 35: Line 35:
 
   margin-top:30px;
 
   margin-top:30px;
 
   font-family: 'Montserrat', sans-serif;
 
   font-family: 'Montserrat', sans-serif;
 +
}
 +
 +
.text-wrapper
 +
{
 +
    background: white;
 +
    margin: 80px 0px 0px 0px;
 +
    padding: 2% 2% 2% 2%;
 +
    width: 80%;
 +
    height: 100%;
 +
    margin: auto;
 +
 
}
 
}
  
Line 53: Line 64:
 
}
 
}
  
.text-wrapper
+
 
{
+
 
    background: white;
+
.fade-in{
    margin: 80px 0px 0px 0px;
+
  animation: opac 2s
    padding: 2% 2% 2% 2%;
+
    width: 80%;
+
    height: 100%;
+
    color: black;
+
    margin:auto;
+
    border-style:solid;
+
    border-color: #6E7B8B;
+
 
}
 
}
 +
@keyframes opac{
 +
from{opacity:0}
 +
to{opacity:1}}
  
 
.day
 
.day
Line 135: Line 142:
 
         font-family: Montserrat;
 
         font-family: Montserrat;
 
         data-aos: fade-left;
 
         data-aos: fade-left;
 +
        font-size:16px;
  
 
}
 
}

Latest revision as of 23:15, 29 October 2017