Quantum Leap Styles
This is the main content.
Back to HomeThis is the main content.
Subpages/* CSS for the styles */
body {
background: linear-gradient(-180deg, #FF69B4, #C9E6B5);
margin: 0;
padding: 0;
font-family: 'Press Play', sans-serif;
}
/* CSS for the header */
.header {
background: #C9E6B5;
border: 1px solid #C9E6B5;
border-bottom: 4px solid #FF69B4;
padding: 10px;
}
/* CSS for the main content */
.main-content {
background: #C9E6B5;
border: 1px solid #C9E6B5;
border-bottom: 4px solid #FF69B4;
margin: 10px;
padding: 10px;
}
/* CSS for the footer */
.footer {
background: #C9E6B5;
border: 1px solid #C9E6B5;
border-bottom: 4px solid #FF69B4;
padding: 10px;
}
| Header 1 | Header 2 | Header 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |