Skip to content

Instantly share code, notes, and snippets.

View brxbbzy's full-sized avatar

Bryanna Cooke brxbbzy

View GitHub Profile
@brxbbzy
brxbbzy / WeddingInvitaionStyle.css
Last active February 25, 2026 06:55
wedding invitation
body {
margin: 0;
background: #6f8668;
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
overflow: hidden;
}