-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
54 lines (47 loc) · 3.12 KB
/
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
46
47
48
49
50
51
52
53
54
body {
background-color: black;
}
/* body {
background-image: url('nike2.jpg.jpg');
background-size: cover;
background-repeat: no-repeat;
background-attachment: fixed;
} */
.A {
color: white;
}
.B {
color: rgb(168, 161, 161);
}
/* ul {
list-style: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: rgb(134, 132, 145);
font-family: cursive;
} */
li {
float: right;
}
li a {
display: block;
color: rgb(245, 238, 240);
text-align: center;
padding: 0.7rem 0.7rem;
text-decoration: none;
}
li a:hover {
background-color: rgb(69, 71, 75);
}
.nikeimage img {
width: 250px;
height: 150px;
margin-top: 150px;
margin-left: 70px;
float: left;
}
.text {
text-align: justify;
font-family: Verdana;
}