Test Post 1

Test Heading 1

Test content

Test Heading 2

Test content

Test Heading 3

Test content

Test Code

.dev-log
{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 40vh;
}

.dev-log-link
{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    text-align: left;
    margin-right: 5vw;
    width: 25vw;
    height: 10vh;
    background-color: rgba(0, 128, 0, 0.658);
    border-radius: 5px;
}

.dev-log-link-text,
.dev-log-link-visit-page
{
    margin: 1vh;
}

.dev-log-link-visit-page
{
    display: flex;
    flex-direction: row;
    align-content: center;
    font-size: 1.75vh;
}

.dev-log-link-visit-page img
{
    height: 2.75vh;
}

Comments

Leave a Reply

Your email address will not be published. Required fields are marked *