javascript
-
If I Could Be Someone Else for a Day
If I Could Be Someone Else for a Day *, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; } :root { –ink: #1a1209; –parchment: #fdf6e3; –gold: #c9942a; –rust: #8b3a1e; –cream: #f5ead4; } body { background-color: var(–parchment); color: var(–ink); font-family: ‘Lora’, Georgia, serif; min-height: 100vh; display: flex; justify-content: center; align-items: flex-start; padding: 60px 20px; background-image:… Continue reading
