videowizard-pro / style.css
Prasham2181's picture
understand the code i want to make a ui for this which enhances the user experience and make it more user friendly
4a2e03b verified
raw
history blame contribute delete
274 Bytes
body {
margin: 0;
padding: 0;
font-family: 'Inter', sans-serif;
background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
min-height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}
/* Add any global styles here */