-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
115 lines (114 loc) · 2.12 KB
/
styles.css
File metadata and controls
115 lines (114 loc) · 2.12 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
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
*{
margin: 0;
padding: 0;
font-family: 'Playfair Display', serif;
background-color: #000000;
color: #ffffff;
}
.brand{
margin-top: 40px;
margin-left: 50px;
margin-right: 50px;
letter-spacing: 6px;
text-align: center;
height: 120px;
box-shadow: 0px 0.3px 0px 0px rgba(255,255,255,.6) ;
}
.sitetitle a{
font-size: 44px;
font-family: 'Playfair Display', serif;
color: #b7b7b7;
text-decoration: none;
box-shadow: none;
}
.sitetitle a:hover{
color: #db4f3d;
transition: 0.5s;
}
.sitedesc p{
font-size: 14px;
letter-spacing: 5px;
font-family: 'Open Sans', sans-serif;
color: #b7b7b7;
}
.navbar{
text-align: center;
margin-top: 20px;
}
.navbar a{
text-decoration: none;
margin-left: 30px;
}
.navbar span:hover{
color: #db4f3d;
transition: .5s;
}
.navbar span{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
}
.sectiontitle{
margin-top: 110px;
text-align: center;
font-size: 42px;
}
.candyimg{
display: flex;
margin-top: 77px;
margin-left: 100px;
}
.candyimg img{
padding-left: 42px;
width: 500px;
height: 300px;
}
.para1{
text-align: center;
margin-top: 20px;
margin-left: 130px;
margin-right: 130px;
}
.para1 h1{
font-size: 26px;
margin-bottom: 40px;
}
.para1 p,b{
font-size: 18px;
line-height: 1.8;
color: #7a7a7a;
font-family: 'Roboto', sans-serif;
text-align: left;
}
.para1 a{
text-decoration: underline;
font-size: 18px;
color: #db4f3d;
}
.para1 a:hover{
text-decoration: none;
color: #999999;
}
.scrollimg{
display: flex;
margin-top: 60px;
margin-left: 200px;
align-items: center;
}
.footer{
margin-top: 235px;
margin-bottom: 43px;
}
.footer p{
color: #999999;
}
.footer p,a{
font-size: 13px;
font-family: 'Open Sans', sans-serif;
text-decoration: none;
text-align-last: center;
}
.footer a:hover{
text-decoration: underline;
color: #db4f3d;
transition: 0.5s;
}