42 строки
393 B
CSS
42 строки
393 B
CSS
|
.mozmaker-icon-fonts {
|
||
|
font-family: "Helvetica Neue";
|
||
|
}
|
||
|
|
||
|
body {
|
||
|
padding: 40px;
|
||
|
}
|
||
|
|
||
|
.small {
|
||
|
font-size: 16px;
|
||
|
}
|
||
|
|
||
|
.medium {
|
||
|
font-size: 32px;
|
||
|
}
|
||
|
|
||
|
.chunk {
|
||
|
margin: 40px 0;
|
||
|
}
|
||
|
|
||
|
.blue {
|
||
|
color: #1578e5;
|
||
|
}
|
||
|
|
||
|
.magenta {
|
||
|
color: #e5155a;
|
||
|
}
|
||
|
|
||
|
.large {
|
||
|
font-size: 64px;
|
||
|
}
|
||
|
|
||
|
img {
|
||
|
width: 32px;
|
||
|
position: relative;
|
||
|
top: 10px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
border-bottom: solid 2px black;
|
||
|
margin-bottom: 40px;
|
||
|
}
|