-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
101 lines (88 loc) · 1.62 KB
/
Copy pathindex.css
File metadata and controls
101 lines (88 loc) · 1.62 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
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;
}
.projects {
width: 600px;
margin:20px;
}
.projects {
border:1px solid teal;
padding: 10px;
display: flex row;
border-radius: 10px;
text-decoration: none;
margin-bottom: 20px;
font-size: 20px;
font-family:oswald;
}
img{
border-radius:20px;
padding:30px;
}
p{
padding:20px;
font-family:oswald;
font-size:20px;
}
.content-row{
display:flex;
}
.pics {
display: flex;
flex-wrap:wrap;
font-family:oswald;
}
.contact {
width: 600px;
margin:20px;
}
.contact {
border:1px solid teal;
padding: 10px;
display: flex row;
border-radius: 10px;
text-decoration: none;
margin-bottom: 20px;
font-size: 20px;
font-family:oswald;
}
footer{
text-align:center;
}
.fa fa-facebook .fa fa-twitter{
padding:60px;
}