-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
19 lines (17 loc) · 745 Bytes
/
style.css
File metadata and controls
19 lines (17 loc) · 745 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
body {
font-family: Arial, sans-serif;
background: url('background-image.jpg') no-repeat center center fixed;
background-size: cover;
}
.hero-section {
background: rgba(0, 0, 0, 0.6);
color: white;
display: flex;
align-items: center;
justify-content: center;
text-align: center;
height: 100vh;
}
.about-section { padding: 50px 0; background: rgba(255, 255, 255, 0.8); }
.input-section { padding: 50px; background: rgba(255, 255, 255, 0.8); }
.result-section { padding: 50px; text-align: center; background: rgba(238, 242, 243, 0.8); }