mirror of
https://github.com/franjsco/tomadoro
synced 2025-02-17 20:00:55 +01:00
edit App Component
This commit is contained in:
parent
76a0956830
commit
522d97e1ca
23
src/App.css
23
src/App.css
@ -1,22 +1,27 @@
|
|||||||
.App {
|
body {
|
||||||
text-align: center;
|
background-color: #d9534f;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-logo {
|
.title {
|
||||||
animation: App-logo-spin infinite 20s linear;
|
font-size: 60px;
|
||||||
height: 40vmin;
|
font-weight: lighter;
|
||||||
pointer-events: none;
|
}
|
||||||
|
|
||||||
|
.App {
|
||||||
|
text-align: center;
|
||||||
|
color: #131313;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-header {
|
.App-header {
|
||||||
background-color: #282c34;
|
background-color: #d9534f;
|
||||||
min-height: 100vh;
|
|
||||||
display: flex;
|
display: flex;
|
||||||
|
min-height: 20vh;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
font-size: calc(10px + 2vmin);
|
font-size: calc(50px + 2vmin);
|
||||||
color: white;
|
color: white;
|
||||||
|
text-shadow: 0 0 2px #cf4242, 0 0 4px #2B2D1F;
|
||||||
}
|
}
|
||||||
|
|
||||||
.App-link {
|
.App-link {
|
||||||
|
@ -6,8 +6,9 @@ class App extends Component {
|
|||||||
render() {
|
render() {
|
||||||
return (
|
return (
|
||||||
<div className="App">
|
<div className="App">
|
||||||
<h1>tomadoro</h1>
|
<div className="App-header title">
|
||||||
|
tomadoro
|
||||||
|
</div>
|
||||||
<Timer />
|
<Timer />
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user