17 linhas
272 B
CSS
17 linhas
272 B
CSS
body {
|
|
padding-top: 5rem;
|
|
}
|
|
.starter-template {
|
|
padding: 3rem 1.5rem;
|
|
text-align: center;
|
|
}
|
|
|
|
.highlight {
|
|
padding: 9px 14px;
|
|
height: 100%;
|
|
margin-bottom: 14px;
|
|
background-color: #f7f7f9;
|
|
border: 1px solid #e1e1e8;
|
|
border-radius: 4px;
|
|
}
|