mewizard-blog / home.css
home.css
Raw
.profile {
    width: 20%;
    height: 20%;
	max-width: 6em;
    margin: auto 1.5em auto 0;
}

.speech {
    padding: 10px;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.425);
    width: 60%;
    position: relative;
}

.speech::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 0;
	height: 0;
	border: 1em solid transparent;
	border-right-color: rgba(0, 0, 0, 0.425);
	border-left: 0;
	border-bottom: 0;
	margin-top: -12.5px;
	margin-left: -1em;
}

.status {
    display: flex;
    justify-content: center;
}