-
Notifications
You must be signed in to change notification settings - Fork 0
/
Nike.css
106 lines (103 loc) · 1.9 KB
/
Nike.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
@font-face {
font-family: nike2;
src: url("../Bootstrap/assets\ nike/src");
}
@font-face {
font-family: nike;
src: url("../Bootstrap/assets\ nike/src");
}
*{
box-sizing: border-box;
}
#banner .corousel-caption{
bottom: 50%;
}
#banner .corousel-item::after{
content: "";
position: absolute;
height: 50%;
margin-top: 0px;
left: 0px;
width: 50%;
size: 50% 50%;
background-color: rgba(0, 0, 0, 0.3);
}
h5{
color: black;
font-size: 30px;
font-weight: bold;
}
.p1{
color: black;
font-size: 25px;
}
.logo{
max-width: 50px;
margin: 20px;
}
.light-border{
border: 1px solid rgba(0,0,0,0.1);
}
.inline-nav li, .inline-nav li h6{
display: inline;
margin: 0px;
padding: 0px;
}
.inline-nav li h6{
font-weight: 600;
}
.collections{
display: flex;
justify-content: center;
}
.top-collection li{
padding:0px 20px;
}
.inline-nav li a{
text-decoration: none;
color: black;
}
.topnav{
font-size: 12px;
color: rgba(0,0,0,0.6);
}
.topnav li:hover{
color: rgba(0,0,0,1);
}
.top-collection li:hover{
background: rgba(0,0,0,0.1);
}
@media only screen and (min-width: 600px) {
.top-collection{
margin: 0px;
padding-top: 15px;
justify-content: center;
font-family: nike;
}
}
@media only screen and (max-width: 600px) {
ul.inline-nav.top-collection {
padding: 0px;
margin: 0px;
}
.top-collection li{
padding: 0px;
display: block;
}
}
marquee{
font-size: 18px;
font-weight: bold;
}
marquee:hover{
font-size: 25px;
font-weight: bold;
color: yellow;
text-shadow: 1px 1px 2px black, 0 0 25px red, 0 0 5px rebeccapurple;
}
header{
background-color:lightgoldenrodyellow;
}
footer{
background-color: black;
}