buttons redesign
This commit is contained in:
4
app.py
4
app.py
@@ -22,10 +22,6 @@ def nopressed():
|
||||
return render_template('nopage.html')
|
||||
|
||||
|
||||
@app.route('test', methods=['GET', 'POST'])
|
||||
def t():
|
||||
return render_template('/test/t1.html')
|
||||
|
||||
if __name__ == '__main__':
|
||||
app.jinja_env.auto_reload = True
|
||||
app.run(debug=False, host='0.0.0.0')
|
||||
@@ -55,6 +55,9 @@ img{
|
||||
background-color: #fe5f55;
|
||||
text-transform: uppercase;
|
||||
border: #fe5f55;
|
||||
width: 200px;
|
||||
height: 50px;
|
||||
border-radius: 24px;
|
||||
}
|
||||
#mainpage{
|
||||
vertical-align: middle;
|
||||
|
||||
Reference in New Issue
Block a user