• This project
    • Loading...
  • Sign in

성준영 / webservice-practices

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Snippets
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • webservice-practices
  • practice_8
  • style.css
  • 성준영's avatar
    테이블 만들기 css · e515a55c
    e515a55c
    성준영 authored 2017-03-28 12:03:13 +0900
style.css 254 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17

a {
    padding: 10px 12px 10px 12px;
    margin: 5px -1px 5px -1px;
    background-color: dodgerblue;
    text-decoration : none;
    color: white;
}

a:hover{
    color: hotpink;
    background-color: midnightblue;
}

.direction {
    color: yellow;
}