3Dshock/client/src/index.css

30 lines
578 B
CSS
Raw Normal View History

2021-03-08 01:18:51 +00:00
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen",
"Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New",
monospace;
}
2021-03-08 02:17:00 +00:00
form {
display: flex;
max-width: 500px;
margin: auto;
flex-direction: column;
}
form label {
width: 100%;
display: flex;
flex-direction: row;
justify-content: space-between;
margin: auto;
}