-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
86 lines (70 loc) · 1.56 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
78
79
80
81
82
83
84
85
86
@font-face {
font-family: retroFont;
src: url(ARCADECLASSIC.TTF);
}
@font-face {
font-family: proxima;
src: url(ProximaNovaT-Thin.ttf);
}
body {
background-image: url("https://cdn.midjourney.com/46fc59e4-c89d-4c1b-84c7-8b540a8bb990/0_2.png");
}
main {
background-color: white;
width: 400px;
display: flex;
flex-direction: column;
margin: auto;
margin-top: 2.5%;
margin-bottom: 1%;
padding: 30px 50px;
box-shadow: rgba(240, 46, 170, 0.4) -5px 5px, rgba(240, 46, 170, 0.3) -10px 10px, rgba(240, 46, 170, 0.2) -15px 15px, rgba(240, 46, 170, 0.1) -20px 20px, rgba(240, 46, 170, 0.05) -25px 25px;
font-family: "EB Garamond", serif;
opacity: 0.99;
}
@media (max-width:640px) {main {
background-color: white;
width: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
margin: 0;
padding: 20px 35px;
font-family: "EB Garamond", serif;
opacity: 0.99;
border-radius: 2%;
}}
h1 {
font-family: retroFont;
}
header {
text-align: center;
}
h3 {
font-weight: 400;
}
.info {
font-style: italic;
padding-top:0;
display:flex;
justify-content: space-around;
}
h5 {
font-family: proxima, Courier, monospace;
}
li {
font-family: proxima;
color: black;
font-size: 0.75rem;
}
#linkedin, #phone {
color: rgb(44, 26, 26);
}
.line {
border-top: 1px solid rgb(190, 190, 190);
}
#alien {
width: 10%;
height: 10%;
}