Difference between revisions of "Team:XMU-China/css/cebianlanCss"

Line 6: Line 6:
 
@media only screen and (min-width: 768px)
 
@media only screen and (min-width: 768px)
 
#cd-faq-categories{
 
#cd-faq-categories{
 +
float:left;
 +
width:5%;
 +
margin-left:10%;
 
margin-top:0px;
 
margin-top:0px;
 
text-align:center;
 
text-align:center;

Revision as of 16:32, 1 November 2017

li{ list-style: none; }

@media only screen and (min-width: 768px)

  1. cd-faq-categories{

float:left; width:5%; margin-left:10%; margin-top:0px; text-align:center; }


@media only screen and (max-width: 768px){

  1. cd-faq-categories{

clear:all; width:100%; margin-left:10%; margin-top:0px; text-align:center; } .menu-list1{ width:120%;} }