-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
78 lines (67 loc) · 1.22 KB
/
style.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
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Quicksand:wght@300&display=swap');
html {
scroll-behavior: smooth;
cursor: url('assets/cursor3.png'), auto;
}
body {
background: #FFE3B9;
background-size: auto;
margin: 0;
}
img {
width: 100px;
height: auto;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.face_image {
width: 450px;
height: auto;
border-radius: 50%;
display: block;
margin-left: auto;
margin-right: auto;
}
ul {
font-size: 200%;
list-style-type: none;
width: 100%;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #FFE3B9;
position: fixed;
top: 0;
}
li {
float: left;
}
li a {
font-family: "Quicksand", sans-serif;
display: block;
color: #000;
text-align: center;
padding: 14px 16px;
text-decoration: none;
transition-duration: 0.1s;
}
li a:hover {
background-color: #F8D39C;
}
h1{
margin-top: 25px;
margin-left: auto;
margin-right: auto;
font-family: 'Bebas Neue', cursive;
font-size: 23vw;
font-weight: 700;
width: min-content;
}
.socials{
width: 30px;
height: auto;
}