-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
56 lines (51 loc) · 927 Bytes
/
styles.css
File metadata and controls
56 lines (51 loc) · 927 Bytes
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
@import url("https://fonts.googleapis.com/css?family=Mansalva&display=swap");
@import url("https://fonts.googleapis.com/css?family=Pathway+Gothic+One&display=swap");
h1 {
font-family: "Mansalva";
margin-right: 100px;
}
.one {
display: flex;
align-items: center;
}
nav ul {
display: flex;
width: 400px;
position: fixed;
margin: 10px;
padding: 25px;
justify-content: space-between;
background-color: rgb(192, 192, 192);
}
#header {
width: 100%;
display: flex;
}
nav ul:hover {
cursor: pointer;
color: blue;
}
p {
font-family: "Pathway Gothic One", sans-serif;
font-size: 1.5rem;
font-size: 1.3rem;
}
#contacts {
height: 250px;
}
span {
text-transform: capitalize;
}
.form {
margin-top: 30px;
}
footer ul {
margin-top: 100p;
display: flex;
width: 400px;
position: ;
margin: 10px;
padding: 25px;
justify-content: space-between;
background-color: rgb(192, 192, 192);
}