Untitled
unknown
css
5 years ago
576 B
11
Indexable
.tutorial {
width: 600px;
text-align: center;
margin: auto;
}
figure.image {
display: flex;
justify-content: center;
background-color: black;
}
figure .image img {
width: 128px;
}
.notification {
margin-top: 20px !important;
}
.results {
max-height: 500px;
overflow-y: scroll;
}
.title .icon {
margin-left: 15px;
}
.hero {
margin-bottom: 20px;
}
.forms {
display: flex;
justify-content: space-around;
}
.dropdown-item {
display: flex;
align-items: center;
height: 60px;
}
.dropdown-item img {
height: 50px;
margin-right: 10px;
}Editor is loading...