Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- body {
- margin: 0;
- font-family: Arial, sans-serif;
- background: linear-gradient(135deg, #1a1a2e, #16213e);
- color: white;
- }
- header {
- display: flex;
- flex-direction: column;
- align-items: center;
- padding: 40px;
- background: linear-gradient(135deg, #0f3460, #1a1a2e);
- border-bottom: 2px solid #0f3460;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
- }
- .title {
- margin: 0;
- color: #e94560;
- font-size: 48px;
- text-align: center;
- text-shadow: 0 0 0px #e94560, 0 0 15px #e94560;
- }
- .title2 {
- margin: 0;
- color: #9ccaff;
- font-size: 48px;
- text-align: center;
- text-shadow: 0 0 0px #9ccaff, 0 0 3px #9ccaff;
- }
- .description {
- margin: 0;
- color: #9c9cba;
- text-align: center;
- font-size: 18px;
- }
- footer {
- text-align: center;
- padding: 20px;
- width: 100%;
- background: linear-gradient(135deg, #1a1a2e, #16213e);
- border-top: 1px solid #e94560;
- }
- .footer-holder {
- text-align: center;
- padding: 40px;
- width: 100%;
- background: linear-gradient(135deg, #0f3460, #1a1a2e);
- border-top: 2px solid #e94560;
- box-shadow: 0 -4px 8px rgba(0, 0, 0, 0.5);
- }
- .sign-up {
- padding: 15px 30px;
- font-size: 18px;
- background: linear-gradient(135deg, #e94560, #d62976);
- color: white;
- border: none;
- border-radius: 5px;
- cursor: pointer;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
- }
- .sections-holder {
- padding: 40px;
- display: flex;
- flex-direction: column;
- align-items: center;
- }
- .text-element {
- display: flex;
- width: 90%;
- align-items: center;
- padding: 20px;
- margin: 20px;
- background: linear-gradient(135deg, #16213e, #0f3460);
- border-radius: 10px;
- border: 1px solid #e94560;
- box-shadow: 0 4px 8px rgba(0, 0, 0, 0.5);
- }
- .image-holder {
- width: 150px;
- height: 150px;
- border-radius: 10px;
- background: #1a1a2e;
- border: 2px solid #e94560;
- }
- .left-offset {
- margin-right: 20px;
- }
- .element-title {
- color: #e94560;
- text-shadow: 0 0 4px #e94560;
- font-size: 28px;
- }
- .element-description {
- color: #9c9cba;
- font-size: 18px;
- }
- .price {
- color: #8aff8a;
- font-size: 24px;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement