Location: site_wide_header
eaglegame
const canvas = document.getElementById(‘game-canvas’); const ctx = canvas.getContext(‘2d’); class Character { constructor(name, x, y, width, height, color, level, hp, attack, xp) { this.name = name; this.x = x; this.y = y; this.width = width; this.height = height; this.color = color;…Continue reading
Mad lib 2
.frm_form_field { font-size: 20px !important; line-height: 40px; } select { box-shadow: none !important; border-bottom: 2px dashed #eaeaea !important; border-radius: 0 !important; font-size: 20px !important; line-height: 40px !important; background-color: transparent; } .frm_madlib .frm_section_heading { display: flex !important; flex-wrap: wrap; align-items: flex-end;…Continue reading
Yellow Highlight
Yellow Highlight
Tag Bubble
.speech-bubble { position: relative; background: #00aabb; border-radius: .4em; } .speech-bubble:after { content: ”; position: absolute; left: 0; top: 50%; width: 0; height: 0; border: 2px solid transparent; border-right-color: #00aabb; border-left: 0; margin-top: -2px; margin-left: -2px; }Continue reading
CSS for Bootstrap modal
Open Modal × Modal Header Some text in the modal. CloseContinue reading
Test Header
Mad Lib
.frm_madlib .frm_section_heading { display:flex; flex-wrap: wrap; align-items: flex-end; } .frm_madlib .frm_section_heading div { margin: 5px; } .frm_madlib .frm_section_heading div.no-right-margin { margin-right: 0px; }Continue reading
Mad Lib
.frm_madlib .frm_section_heading { display:flex; flex-wrap: wrap; align-items: flex-end; } .frm_madlib .frm_section_heading div { margin: 5px; } .frm_madlib .frm_section_heading div.no-right-margin { margin-right: 0px; }Continue reading