-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathheader.css
More file actions
115 lines (95 loc) · 1.7 KB
/
header.css
File metadata and controls
115 lines (95 loc) · 1.7 KB
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
.logo-image img {
width: 30%;
padding-left: 50px;
}
.home {
display: flex;
justify-content: space-between;
gap: 20px;
margin-top: 20px;
margin-right: 100px;
align-items: center;
}
.home button {
color: var(--primary--font);
background-color: blueviolet;
width: 188px;
height: 52px;
}
.nav {
display: flex;
justify-content: space-between;
}
.title-items {
margin-top: 50px;
margin-bottom: 10px;
margin-left: 100px;
}
.banner-desc span {
margin-top: 10px;
text-align: justify;
color: rgba(255, 255, 255, 0.50);
font-size: 18px;
font-weight: 400;
word-wrap: break-word;
}
.floated-desc span {
font-size: 24px;
font-weight: 300;
text-transform: uppercase;
}
.hire-me img {
width: 367px;
height: 82px;
margin-top: 50px;
}
.sm-icons {
display: flex;
gap: 20px;
margin-top: 30px;
}
.banner-title {
display: flex;
justify-content: space-between;
}
.rotated-elements {
display: flex;
justify-content: space-around;
align-items: center;
margin-top: 50px;
font-size: larger;
border: 3px solid blueviolet;
border-style: ridge;
border-radius: 10px;
}
.about h1 {
margin-bottom: 20px;
font-size: 40px;
font-weight: 800;
text-align: left;
}
.about span {
font-size: 18px;
font-weight: 400;
text-align: left;
}
.about-image img {
margin-bottom: 20px;
}
.about-image h1 {
font-size: 47px;
font-weight: 700;
padding-bottom: 5px;
}
.about-image span {
font-size: 20px;
font-weight: 400;
}
.about-image {
text-align: right;
}
.about-me {
display: flex;
justify-content: space-between;
margin: 200px 100px;
}