Skip to content

Instantly share code, notes, and snippets.

@moonformeli
Created July 5, 2017 07:39
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 moonformeli/dd9c39452e3846a542ff8c1873db0317 to your computer and use it in GitHub Desktop.
Save moonformeli/dd9c39452e3846a542ff8c1873db0317 to your computer and use it in GitHub Desktop.
.board {
font-family:'돋움';
font-size:13px;
position:absolute;
top:30px;
width:410px;
height:135px;
background:pink;
}
.list {
float:left;
}
.list li {
list-style:none;
margin-top:5px;
}
.list li:hover {
text-decoration:underline;
cursor:pointer;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment