Input.html 1.09 KB
<h1 style="width: 100%; text-align: center; font-size: 40px;">오늘은 얼마나 먹었어요?</h1>
<form action="/logout" method="get"> 
    <input id ="logout" type="submit" value="Logout" class="btn btn-default" style=" width:100px;font-weight: bold; font-size: 18px; background-color: white;">
    </form>
    <br><br><br> 

    <div id = "input-ing" style="width:100%; text-align: center;">
            <form action="/starting" method="post">
                <div class="form-inline">
                    
                    <p style="text-decoration-line: underline; font-weight:bold;">오늘 먹은 것들을 적어주세요!</p>
                    
                    <input type="text" style="width:30%; height:130px;" placeholder="ex) coffee and croissant">
                    <br><br><br><br>
                    
                    <input id="go" type="button" value="Go!" style=" width:100px; height:80px; font-weight: bold; color:white; font-size: 25px; background-color: rgb(104, 211, 104); border-radius: 2em;">

                    
                </div>
            </form>
        </div>