26 lines
432 B
CSS
Raw Normal View History

2018-04-22 20:02:31 +03:00
.main {
padding: 15px;
2018-04-22 20:02:31 +03:00
line-height: 1.4;
font-family: "Helvetica Neue", Helvetica, "Segoe UI", Arial, freesans, sans-serif;
background-color: #ffffff;
2018-04-22 20:02:31 +03:00
}
h1 {
color: rebeccapurple;
}
2018-04-22 20:02:31 +03:00
.logo {
width: 256px;
margin: 15px;
}
.code {
font-size: 15px;
font-weight: 600;
padding: 2px 5px;
border: 1px solid #eae9e9;
border-radius: 4px;
background-color: #f3f2f2;
color: #3a3a3a;
}