got buttons working on index. Starting working on css and page layout. Temporarily swithed back to dev server instead of waitress
This commit is contained in:
18
static/style.css
Normal file
18
static/style.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.button {
|
||||
background-color: #4CAF50;
|
||||
border: none;
|
||||
color: white;
|
||||
text-align: center;
|
||||
text-decoration: none;
|
||||
font-size: 16px
|
||||
}
|
||||
body{
|
||||
background: white;
|
||||
}
|
||||
.wrapper{
|
||||
display: block;
|
||||
}
|
||||
|
||||
.main {
|
||||
float:right
|
||||
}
|
||||
Reference in New Issue
Block a user