-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
57 lines (49 loc) · 779 Bytes
/
styles.css
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
body {
background-color: green;
font-family: 'Quicksand', sans-serif;
text-align: center;
}
.navbar{
display: flex;
justify-content: center;
}
img {
width: 400px;
}
.aboutMeImg {
width: 130px;
border: 1px black solid;
}
.friendsImg {
width: 100px;
border: 1px black solid;
}
.headerText {
font-family: 'Anton', sans-serif;
}
.navItem,
.headerItem {
background-color: #90e0df;
border: 1px solid black;
margin: 10px;
padding: 2px;
text-align: center;
}
.border {
border: 1.5px solid black;
padding: 5px;
margin: 5px;
}
.aboutMe,
.friends {
width: 400px;
background-color: white;
}
.wall {
width: 500px;
background-color: white;
}
.main {
display: flex;
justify-content: center;
}