General
PromptBeginner5 minmarkdown
<h1 align="center">
<a href="https://prompts.chat">
5
periodStyleObj(): any {
Sign in to like and favorite skills
periodStyleObj(): any { return { ...this.bgColorStyle, ...this.heightStyle, ...this.widthStyle, marginBottom: `${this.periodMarginBottom}px`, '--active-hover-bg-color': this.activeHoverBgColor, '--inactive-hover-bg-color': this.inactiveHoverBgColor, }; },
.on:hover { background-color: var(--active-hover-bg-color) !important; } .off:hover { background-color: var(--inactive-hover-bg-color) !important; }