-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
100 lines (99 loc) · 1.58 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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
body{
.poetsen-one-regular {
font-family: "Poetsen One", sans-serif;
font-weight: 400;
font-style: normal;
}
font-family: "Poetsen One", sans-serif;
background-color: #040d20;
}
img{
padding: 0;
height: 700px;
}
html, body {
margin: 0;
padding: 0;
color: white;
}
.container
{
display: flex;
justify-content: space-between;
align-items: center;
box-sizing: border-box;
background-color: #171f2e;
color: white;
}
h1
{
margin: 15px;
padding: 0;
margin-left: 30px;
font-size: 3em;
font-weight: bold;
}
.f{
color: white;
}
.second-half{
color: yellow;
}
nav ul li
{
column-gap: 5px;
display: inline;
}
nav ul li:last-child
{
margin-right: 30px;
}
nav ul li a
{
margin: 5px;
color: peachpuff;
text-decoration: none;
}
nav ul li a:hover
{
color: rgb(128, 218, 240);
}
.content{
display: flex;
align-items: left;
justify-content: space-evenly;
margin-top: 3%;
margin-left: 30;
}
.intro {
color: white;
margin-top: 13%;
margin-left: 30px;
flex: 1;
}
.intro h1 {
font-size: 50px;
font-weight: bold;
margin-left: 7%;
}
.intro h2 {
font-size: 40px;
font-weight: 200;
margin: 0;
padding: 0;
margin-left: 7%;
}
.intro h3 {
font-size: 20px;
font-weight: 100;
margin: 0;
padding: 0;
margin-left: 7%;
}
.name{
font-family: "Playball", cursive;
color: yellow;
}
.web{
color: aqua;
}