-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
45 lines (42 loc) · 988 Bytes
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.nav {
display: flex;
justify-content: center;
margin-bottom: 40px;
}
.nav a {
display: inline-block;
padding: 10px 20px;
margin: 0 10px;
text-decoration: none;
color: #333;
background-color: #f2f2f2;
border-radius: 5px;
transition: background-color 0.3s ease;
}
.nav a:hover {
background-color: #e6e6e6;
}body {
font-family: Arial, sans-serif;
color: #333;
background-image: url(background\ pic.jpeg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-attachment: fixed;
}
.container {
max-width: 1200px;
margin: 0 auto;
padding: 40px 20px;
background-color: rgba(255, 255, 255, 0.8);
border-radius: 5px;
box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
body {
font-family: Arial, sans-serif;
color: #333;
background-image: url(background_2.jpg.jpg);
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}