-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.css
43 lines (35 loc) · 802 Bytes
/
index.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
@import url("https://cdnjs.cloudflare.com/ajax/libs/tailwindcss/2.2.19/tailwind.min.css");
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
background-color: #ede9df;
font-family: "Courier New", Courier, monospace;
}
code {
font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
monospace;
}
html, body, * {
margin: 0;
padding: 0;
}
a {
color: inherit;
text-decoration: none;
}
.nav-item{
padding: 0 20px;
}
.nav-item:hover{
text-decoration: underline;
}
.logo{
padding: 0 20px;
}
.header {
background-color: #948c76;
}