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

Line 11: Line 11:
 
margin-left:10%;
 
margin-left:10%;
 
text-align:center;
 
text-align:center;
background:#000000;}
+
}
 +
.menu-list{
 +
background-color:#000000;
 +
font-size:20px;
 +
color:#ffffff;
 +
}
  
 
}
 
}
Line 19: Line 24:
 
@media only screen and (max-width: 768px){
 
@media only screen and (max-width: 768px){
 
#cebianlan{
 
#cebianlan{
background-color:green;
+
background:#000000;
 +
text-align:center;
 
}
 
}
  
 
+
.menu-list{
 +
background-color:#000000;
 +
font-size:20px;
 +
color:#ffffff;
 +
}
 
}
 
}

Revision as of 17:07, 1 November 2017

li{ list-style: none; }

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

  1. cebianlan{

float:left; width:80px; margin-top:0px; margin-left:10%; text-align:center; } .menu-list{ background-color:#000000; font-size:20px; color:#ffffff; }

}


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

  1. cebianlan{

background:#000000; text-align:center; }

.menu-list{ background-color:#000000; font-size:20px; color:#ffffff; } }