Skip to content

Instantly share code, notes, and snippets.

@JuniorLima
Created January 11, 2021 16:02
Show Gist options
  • Save JuniorLima/f966740dbbbe32bd9a766f03609d463f to your computer and use it in GitHub Desktop.
Save JuniorLima/f966740dbbbe32bd9a766f03609d463f to your computer and use it in GitHub Desktop.
Holyrics + Navegador
.screen-custom {
}
.text-custom {
position: relative;
}
.text-custom span:not(:empty) {
background-color: rgba(67, 50, 42, 0.7);
display: grid;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
padding: 22px 15% 0 2%;
border-radius: 15px;
}
.alert-custom {
}
.bible-header-custom {
}
.page-count-custom {
}
.image-custom {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment