You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/src/styles.css

28 lines
414 B
CSS

/* http://www.eaglefonts.com/fg-virgil-ttf-131249.htm */
@font-face {
font-family: "Virgil";
src: url("https://uploads.codesandbox.io/uploads/user/ed077012-e728-4a42-8395-cbd299149d62/AflB-FG_Virgil.ttf");
}
body {
margin: 0;
}
/* Controls - Begin */
fieldset {
margin: 5px;
}
label {
margin-right: 10px;
}
input[type="number"] {
width: 30px;
}
input {
margin-right: 5px;
}
/* Controls - End */