add deploy buttons
This commit is contained in:
parent
279d6e0425
commit
77715bcb5f
4 changed files with 64 additions and 2 deletions
29
src/App.css
29
src/App.css
|
|
@ -11,6 +11,10 @@
|
|||
.app-title-wrapper {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
.app-title-text {
|
||||
flex-grow: 1;
|
||||
}
|
||||
.App-header {
|
||||
background-color: #222;
|
||||
|
|
@ -23,10 +27,33 @@
|
|||
.App-title {
|
||||
font-size: 1.5em;
|
||||
}
|
||||
|
||||
.App-intro {
|
||||
font-size: large;
|
||||
}
|
||||
.deploy-button-wrapper {
|
||||
margin-right: 20px;
|
||||
}
|
||||
.deploy-button {
|
||||
width: 250px;
|
||||
}
|
||||
.view-src {
|
||||
margin-top: 15px;
|
||||
text-align: center;
|
||||
}
|
||||
.view-src img {
|
||||
margin-right: 10px;
|
||||
}
|
||||
.view-src a {
|
||||
text-decoration: none;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.github-icon {
|
||||
width: 25px;
|
||||
fill: white;
|
||||
}
|
||||
|
||||
.todo-list {
|
||||
padding: 60px;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue