• This project
    • Loading...
  • Sign in

정현희 / WS

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • WS
  • css_practice3.css
  • 정현희's avatar
    2017.03.28 CSS실습 · c707a705
    c707a705
    정현희 authored 2017-03-28 11:58:40 +0900
css_practice3.css 311 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
#border
{

}

#header
{
  padding: 10px;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #50c964;
  color: white;
}

div.col
{
  display: inline;
}

div.title
{
  padding-right: 50%;
}

div.number
{
  padding-right: 5%;
}

div.date
{
  padding-right: 10%;
}

div.name
{
  padding-right: 20%;
}