-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain-page.css
91 lines (73 loc) · 1.05 KB
/
main-page.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
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
@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
font-family: 'Roboto', sans-serif;
background-color: #e7dfdd;
color: #07889B;
}
#title {
font-size: 28px;
margin-left: 1em;
}
#bar {
font-size: 24px;
text-align: center;
background-color: #E37222;
padding: .5em;
position: -webkit-sticky;
position: sticky;
top: 0;
}
#about-me-link {
padding: 2em;
}
#contact {
padding: 2em;
}
#photos {
padding: 2em;
}
#meme {
padding: 2em;
}
#extra-c {
padding: 2em;
}
#family-photo {
padding: 1em;
margin: auto;
width: 50%;
float: right;
}
#about-me {
font-size: 36px;
}
#quote1 {
font-size: 22px;
padding: .5em;
}
#quote2 {
font-size: 22px;
text-align: right;
padding: .5em;
}
#quote3 {
font-size: 22px;
padding: .5em;
}
#quote4 {
font-size: 22px;
text-align: right;
padding: .5em;
}
#about-text {
font-size: 22px;
}
#extra-c-text {
font-size: 22px;
}
#contact-text {
font-size: 22px;
}
a {
color: inherit;
}