booger_quest/public/styles.css
Jason McPheron 1fa68f9c4e 🤖 Plandex → apply pending changes
✏️  Add new game section titled 'Reserved for BKD' with styled letters
2024-04-23 07:48:10 -07:00

34 lines
No EOL
856 B
CSS

body {
font-family: 'Papyrus', sans-serif;
background-color: #ffccf9; /* Light pink */
color: #006400; /* Dark green */
text-align: center;
padding: 20px;
.bkd {\n font-size: 32px;\n font-weight: bold;\n}\n\n.bkd:nth-child(1) { color: red; } /* B */\n.bkd:nth-child(2) { color: green; } /* K */\n.bkd:nth-child(3) { color: blue; } /* D */\n
.main-content {
margin: auto;
width: 500px;
padding: 20px;
border: 2px dashed #ff4500; /* Orange red */
border-radius: 10px;
background-color: #ffffe0; /* Light yellow */
}
.btn {
font-size: 16px;
border-radius: 8px;
padding: 10px 20px;
margin: 10px;
}
#timerHistory, #challengeResults {
color: #000080; /* Navy */
}
#startGhostGame, #bustGhost {
margin: 10px;
font-size: 16px;
padding: 10px 20px;
border-radius: 8px;
}