mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-18 18:02:24 +00:00
28 lines
364 B
CSS
28 lines
364 B
CSS
.App {
|
|
text-align: center;
|
|
}
|
|
|
|
body {
|
|
font-size: 14px;
|
|
font-family: 'Roboto', sans-serif;
|
|
}
|
|
|
|
.App-header {
|
|
background-color: #222;
|
|
height: 150px;
|
|
padding: 20px;
|
|
color: white;
|
|
}
|
|
|
|
.App-title {
|
|
font-size: 1.5em;
|
|
}
|
|
|
|
.App-intro {
|
|
font-size: large;
|
|
}
|
|
|
|
@keyframes App-logo-spin {
|
|
from { transform: rotate(0deg); }
|
|
to { transform: rotate(360deg); }
|
|
}
|