-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
71 lines (57 loc) · 1.2 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
body {
background-color: #050A16;
}
#nav-bar {
background-color: #050A16;
font-size: x-large;
color: #FFFFFF;
padding-left: 5%;
padding-right: 5%;
}
.first-page {
padding-top: 5%;
padding-left: 5%;
padding-right: 5%;
.greetings {
color: #FFDB3A;
font-weight: 700;
font-size: x-large;
}
.firstname,
.lastname {
color: #FFFFFF;
font-weight: 900;
font-size: 4em;
font-family: Arial, Helvetica, sans-serif;
line-height: 100%;
}
.skill01,
.skill02 {
color: #FFFFFF;
font-weight: 800;
font-size: 1.5em;
font-family: Arial, Helvetica, sans-serif;
line-height: 80%;
}
.btn-space {
padding-top: 3em;
}
.hire-me-btn {
padding-left: 1.5em;
padding-right: 1.5em;
border-radius: 15px !important;
}
.socmed-container {
display: flex;
border: 2px solid;
border-radius: 20px;
align-items: center;
justify-content: space-evenly;
width: 30em;
height: 3em;
background-color: white;
}
.socialmedias {
padding-top: 5em;
}
}