Skip to content

Instantly share code, notes, and snippets.

@Aliciabcd
Created September 29, 2018 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Aliciabcd/e9f97983c1bc7c84330d4c9d2e60a825 to your computer and use it in GitHub Desktop.
Save Aliciabcd/e9f97983c1bc7c84330d4c9d2e60a825 to your computer and use it in GitHub Desktop.
// Tab選單
.TabMenuArea{
width:100%;
li{
max-width:8rem;
margin:0px 1rem;
display:inline-block;
a{
font-size:1.65rem;
line-height:2.25rem;
font-weight:400;
color:white;
float:left;
}
&:hover a{
color:#89dbe3;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment