Difference between revisions of "Template:TPHS San Diego"

Line 139: Line 139:
  
 
#section1 > .content_wrapper > .title{
 
#section1 > .content_wrapper > .title{
 +
position: relative;
 
     text-align: center;
 
     text-align: center;
 
     font-family: Arial;
 
     font-family: Arial;
Line 145: Line 146:
 
     font-weight: bold;
 
     font-weight: bold;
 
     color: black;
 
     color: black;
background: linear-gradient(#FF0000, #0000FF);
 
                background: -webkit-linear-gradient(#FF0000, #0000FF);
 
                -webkit-background-clip: text;
 
                background-clip: text;
 
                -webkit-text-fill-color: transparent;
 
 
animation-name: title_in;
 
animation-name: title_in;
 
                 animation-duration: 1s;
 
                 animation-duration: 1s;
Line 157: Line 153:
 
                 content: "";
 
                 content: "";
 
                 position: absolute;
 
                 position: absolute;
                 width: 100%;
+
                 width: inherit;
 
                 height: 5px;
 
                 height: 5px;
 
                 bottom: 5px;
 
                 bottom: 5px;

Revision as of 18:56, 1 October 2018