-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.css
48 lines (39 loc) · 960 Bytes
/
custom.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
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Euphoria+Script&display=swap');
/* font-family: 'Bebas Neue', cursive;
font-family: 'Euphoria Script', cursive; */
html {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
*, *:before, *:after {
-webkit-box-sizing: inherit;
-moz-box-sizing: inherit;
box-sizing: inherit;
}
body {
margin: 0;
padding: 0;
font-family: 'Bebas Neue', cursive;
letter-spacing: .05rem;
line-height: 2rem;
background-color: black;
}
.banner {
background-image: url(./images/bar-interior.jpg) ;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}
.brown {
color: #A18360;
}
.btn {
background-color: #A18360;
border: none;
border-radius: 0;
color: #fff;
}
.main-info {
margin-top: 7rem;
}