+19
-2
site/css/team.css
+19
-2
site/css/team.css
···
1
1
* {
2
+
text-align: center;
3
+
}
4
+
h1, p {
2
5
color: white;
3
-
text-align: center;
6
+
}
7
+
footer, #colordiff {
8
+
background-color: yellow;
9
+
margin-top: -10px;
10
+
top: 0;
11
+
left: 0;
12
+
margin: 0;
13
+
padding: 10px;
14
+
border-radius: 25px;
15
+
color: black;
4
16
}
5
17
body {
6
-
background-color: black;
18
+
background-image: url('../images/Bikinibottom.jpg');
19
+
background-color: #ff3399;
20
+
background-size: cover;
21
+
background-repeat: no-repeat;
22
+
background-attachment: fixed;
23
+
background-position: center;
7
24
}
8
25
a {
9
26
font-size: 30px;