-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcontact.css
More file actions
41 lines (37 loc) · 770 Bytes
/
Copy pathcontact.css
File metadata and controls
41 lines (37 loc) · 770 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
body {
background-image: url(https://images.unsplash.com/photo-1516576291981-b64ed8383ba8?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80)
}
*{
color: lightcyan;
}
h1{
font-family:Caveat;
font-size: 60px;
padding:20px 20px 30px 20px;
}
.container {
width: 600px;
margin:20px;
}
.container header nav a {
margin: 0 10px;
border:1px solid teal;
padding: 10px;
display: flex row;
justify:space-evenly;
border-radius: 10px;
text-decoration: none;
margin-bottom: 20px;
font-size: 20px;
font-family:oswald;
}
h2{
padding:20px;
font-family:Caveat;
font-size:30px;
}
h3{
padding:20px;
font-family:Caveat;
font-size:30px;
}