1

Halloween Party RSVP Challenge

 2 years ago
source link: https://codepen.io/pjkarlik/pen/Vwzprmo
Go to the source link to view the article. You can view the picture content, updated content and better typesetting reading experience. If the link is broken, please click the button below to view the snapshot at that time.
neoserver,ios ssh client
0 unsaved changes
xxxxxxxxxx
<!--Example Add Listing / Set Rating -->
<div id="react-mount" />

CSS (Less)

CSS (Less)

xxxxxxxxxx
html {
  height: 100%;
}
body {
  background: rgb(78, 42, 131);
  background: linear-gradient(
    180deg,
    rgba(78, 42, 131, 1) 0%,
    rgba(36, 79, 116, 1) 63%,
    rgba(3, 28, 9, 1) 65%,
    rgba(83, 102, 16, 1) 97%
  );
  height: 100%;
  overflow: hidden;
}
h1 {
  color: #fff;
  font-family: "Creepster", cursive;
  font-size: 6rem;
  margin: 1rem auto 1.25rem;
  text-align: center;

JS (Babel)

JS (Babel)

xxxxxxxxxx
// Data for Store
const people = [
  {
    name: "Anita Brains",
    costume: "🧟 Zombie",
    ttstatus: "Treats",
    snacks: true
  },
  {
    name: "Franky Stein",
    costume: "👹 Monster",
    ttstatus: "Tricks",
    snacks: false
  },
  {
    name: "Harry Snotter",
    costume: "🧙‍ Spellcaster",
    ttstatus: "Treats",
    snacks: true
  }
];
const optionList = [
  "👹 Monster",
  "🧙‍ Spellcaster",

About Joyk


Aggregate valuable and interesting links.
Joyk means Joy of geeK