Line 7: | Line 7: | ||
#cebianlan{ | #cebianlan{ | ||
float:left; | float:left; | ||
+ | width:80px; | ||
+ | margin-top:0px; | ||
margin-left:10%; | margin-left:10%; | ||
− | |||
− | |||
text-align:center; | text-align:center; | ||
− | |||
− | |||
background:#000000;} | background:#000000;} | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Line 31: | Line 19: | ||
@media only screen and (max-width: 768px){ | @media only screen and (max-width: 768px){ | ||
#cebianlan{ | #cebianlan{ | ||
− | + | background-color:green; | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
} | } | ||
− | |||
− | |||
} | } |
Revision as of 17:05, 1 November 2017
li{ list-style: none; }
@media only screen and (min-width: 769px){
- cebianlan{
float:left; width:80px; margin-top:0px; margin-left:10%; text-align:center; background:#000000;}
}
@media only screen and (max-width: 768px){
- cebianlan{
background-color:green; }
}