tomadoro/src/App.css

57 lines
1006 B
CSS

@import url('https://fonts.googleapis.com/css?family=Fredoka+One');
body {
background-color: #2e2929; /* e74c3c f04d3b 272222 */
user-select: none;
font-family: 'Fredoka One', cursive;
color: white;
margin: 0;
padding: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.title {
font-weight: bold;
}
.App {
text-align: center;
color: #131313;
}
.App-header {
display: flex;
min-height: 5vh;
flex-direction: column;
text-align: 'left';
align-items: center;
justify-content: center;
font-size: 44px;
color: white;
text-shadow: 0 2px 4px #909090; /* 909090 */
margin-bottom: 6px;
}
a {
color: #f1fb61;
}
a:hover {
color: #fddec0;
}
.footer {
font-family: Arial, Helvetica, sans-serif;
margin-top: 8px;
color: #ffffff;
text-shadow: 0 2px 3px #a3a3a3;
}
.timer {
font-size: 110px;
font-weight: normal;
text-shadow: 0 2px 3px #8a8888; /*0 0 1px #4b4b4b, 0 0 5px rgb(193, 194, 190); a3a3a3*/
color: white;
}