This repository was archived by the owner on Apr 23, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
91 lines (78 loc) · 1.37 KB
/
styles.css
File metadata and controls
91 lines (78 loc) · 1.37 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
* {
background-color: ;
margin: 0;
padding: 0;
}
/**********************************/
/* HEADER*/
/**********************************/
.site-header {
display: flex;
justify-content: space-between;
align-items: center;
}
.logo {
width: 150px;
margin: 3.5rem 3rem 3rem 6rem;
}
.main-nav-list {
display: flex;
align-items: center;
justify-content: center;
gap: 50px;
margin-right: 1rem;
list-style-type: none;
}
.main-nav-link-option {
display: flex;
margin-right: 5rem;
}
.section-hero {
display: flex;
align-items: center;
justify-content: center;
}
.heading-primary {
display: flex;
justify-content: center;
padding-bottom: 1rem;
}
.heading-secondary {
display: flex;
justify-content: center;
}
.contact-2 {
display: flex;
justify-content: center;
padding-top: 2rem;
padding-bottom: 2rem;
}
.doodle-1 {
height: 150px;
width: 150px;
position: relative;
bottom: 300px;
}
.saly-1 {
height: 350px;
width: 450px;
align-items: center;
margin-left: 80px;
}
.doodle-2 {
position: relative;
height: 150px;
width: 150px;
left: 180px;
}
.container {
display: grid;
grid-template-columns: 100px 150px 200px;
text-align: center;
column-gap: 250px;
}
.column {
height: 80px;
margin-left: 80px;
text-align: center;
}