• This project
    • Loading...
  • Sign in

구희연 / Food_recipe_info

%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
  • Food_recipe_info
  • main
  • main.css
  • 조국현's avatar
    Update main.css, main.html, main.js, index.js and Delete index.css · e9a522c7
    e9a522c7
    조국현 authored 2021-11-26 23:57:26 +0900
main.css 344 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
*{
    padding:0;
    margin:0;
    box-sizing:border-box;    
}
.containter{
    width:90%;
    height:auto;
    max-width:1200px;
    margin:0 auto;
}
form{
    width:50%;
    max-width:400px;
    border-radius:4px;
}
form input{
    width:100%;
}
form ion-icon{
    width:9%;
    font-size:3rem;
    margin:-15px;
    color:rgb(75,75,75);

}