-
Notifications
You must be signed in to change notification settings - Fork 1
/
sites.css
101 lines (89 loc) · 1.54 KB
/
sites.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
/* css to format the homepage */
#title {
font-style: italic;
color: white;
opacity: 1;
}
/* body {
background-color: #9CD0CA;
} */
#home{
/* background-image: url("https://cdn.glitch.com/17c859ea-8e0c-4609-8a2e-025502d4c2cb%2FFXSGAOn.gif?v=1561612557724");
background-repeat: no-repeat;
background-position: center;
background-size: cover; */
height: 5vh;
opacity: 1;
background-color: ##668A6B;
color: white;
}
#lk {
background-image: url("https://media.giphy.com/media/26vIfmfSwsxxz9dEk/giphy.gif");
background-repeat: no-repeat;
background-position: center;
background-size: cover;
height: 25vh;
}
.mobile-container {
max-width: 480px;
margin: auto;
background-color: #333;
height: 500px;
color: white;
border-radius: 10px;
}
.topnav {
overflow: hidden;
position: relative;
}
.topnav #myLinks {
display: none;
}
.topnav a {
color: white;
padding: 14px 16px;
text-decoration: none;
font-size: 17px;
display: block;
}
.topnav a.icon {
display: block;
position: absolute;
right: 0;
top: 0;
}
.topnav a:hover {
color: white;
}
.active {
color: white;
}
/* css to format all pages */
body {
font-family: "Benton Sans", "Helvetica Neue", helvetica, arial, sans-serif;
margin: 2em;
background-color: #D3EBD8;
}
#describe{
margin-left: 300px;
margin-right: 300px;
}
h1 {
color:#668A6B;
}
p {
color: black;
}
#shoppic {
width: 30%;
height: 30%;
}
h2 {
color:#668A6B;
margin-left:165px;
}
button{
background-color: #D3EBD8;
height:50px;
width:100px;
text-size: 50px;