-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSimple.css
120 lines (108 loc) · 2.45 KB
/
Simple.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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
body{
font-family: 'Teko', sans-serif;
background: linear-gradient(rgba(0,0,0,0.85),rgba(0,0,0,0.65),
rgba(0,0,0,0.35),rgba(0,0,0,0)
) ,url(Coffee.jpg)no-repeat;
background-size:cover;
}
.box {
width:600px;
float:right;
}
.box ul {
height: 50px;
padding: 5px 10px;
}
.box ul li{
width:120px;
float:left;
text-align:center;
bottom:5px;
font-size: 25px;
padding: 0px;
margin: 0 10px;
border: 1px solid #ffffff1f;
border-radius: 5px;
}
.box ul li a{
text-decoration:none;
color: #ffffff54;
letter-spacing: .6;
letter-spacing: 1px
text-align: center;
display: block;
}
.box ul li:hover{
background-color:skyblue;
transition: .4s;
border-radius: 5px;
border: 1px solid #c60202;
box-shadow: 1px 1px 10px white;
}
.box ul li:hover a{
color:black;
transition: .4s;
}
.wd{
background:#282A35;
width:450px;
opacity:0.9;
padding:70px 0px 60px 0px;
}
.wd h1{
text-align:center;
text-transform:uppercase;
font-weight:100px;
color:white;
letter-spacing: 3px
}
.wd h3{
text-align:center;
text-transform:uppercase;
font-weight:30px;
color:white;
letter-spacing: 2px;
font-family: 'Titillium Web', sans-serif;
}
.wd h4{
text-align:center;
text-transform:uppercase;
font-weight:30px;
color:white;
letter-spacing: 2px;
font-family: 'Titillium Web', sans-serif;
padding-top:30px;
margin:40px auto;
}
.coffeegoodsides{
letter-spacing:1px;
padding-left:25px;
padding-right:25px;
color:white;
font-family: 'Titillium Web', sans-serif;
}
.abc{
background-color:skyblue;
color: #f80000;
display: block;
margin-top: 32px;
font-size: 20px;
padding:10px;
border-radius:15px;
border:none;
left:50px;
font-family: 'Teko', sans-serif;
width: 160px;
height: 45px;
margin: auto;
font-weight:700;
letter-spacing:1px;
text-transform: uppercase;
cursor: pointer;
}
.abc:hover{
background:white;
color:black;
transition: .4s;
box-shadow: .5px .5px 15px yellow;
}