-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyle.css
More file actions
87 lines (83 loc) · 1.32 KB
/
style.css
File metadata and controls
87 lines (83 loc) · 1.32 KB
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
.oops {
max-width: 1500px;
margin: auto;
}
h1 {
font-family: "Averia Serif Libre", serif;
font-weight: 400;
font-style: normal;
}
p {
font-family: "Averia Serif Libre", serif;
font-weight: 300;
font-style: normal;
}
.flex {
display: flex;
}
.float-left {
float: left;
}
.float-right {
float: right;
}
body {
background-color: rgb(254, 248, 243);
margin: 0;
padding: 0;
}
.landingimg {
width: 200px;
}
.landing {
width: auto;
background-color: rgb(237, 243, 229);
}
.shopnow {
background-color: rgb(213, 223, 200);
padding: 15px;
text-decoration: none;
color: #2b2b35;
font-size: larger;
}
.shopnow:hover {
background-color: rgb(189, 204, 170);
}
.landingdesc {
margin-bottom: 50px;
}
.mainc {
width: 80%;
padding: 5%;
margin: auto;
justify-content: space-between;
}
.navbuttons {
height: 40px;
}
.navbuttons a {
line-height: 40px;
padding-left: 10px;
padding-right: 10px;
float: left;
text-decoration: none;
color: #2b2b35;
}
.navbuttons a:hover {
background-color: rgb(235, 226, 219);
}
.nav {
height: 50px;
padding: 10px 0px 0px 5px;
}
.paragraph {
width: 80%;
margin: auto;
color: #2b2b35;
}
.paragraph h1 {
text-align: center;
}
.paragraph p {
text-align: justify;
}