Difference between revisions of "Team:XJTLU-CHINA/test"

Line 35: Line 35:
 
     text-align: inherit;
 
     text-align: inherit;
 
}
 
}
/* edit end*/
 
  
*, *::after, *::before {
 
  box-sizing: border-box;
 
}
 
 
html {
 
  font-size: 62.5%;
 
}
 
 
body {
 
  font-size: 1.6rem;
 
  font-family: "Hind", sans-serif;
 
  color: #25283D;
 
  background-color: #ECF0F1;
 
  -webkit-font-smoothing: antialiased;
 
  -moz-osx-font-smoothing: grayscale;
 
}
 
 
a {
 
  color: #8F3985;
 
  text-decoration: none;
 
}
 
  
  

Revision as of 12:02, 11 October 2016