generated from imd1005-web-development-winter-2023/assignment-02-template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
57 lines (48 loc) · 1.01 KB
/
style.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 {
font-family: Verdana, Geneva, Tahoma, sans-serif;
margin: 0;
margin-top: 33px;
}
footer {
padding-left: 40px;
background-color:#fff ;
text-align: center;
}
header {
display: flex;
position: fixed;
top: 0;
left: 0;
right: 0;
height: 50px;
line-height: 50px;
background-color: #fff;
}
header * {
display: inline;
height: 90px;
}
header ul {
padding: 38;
flex-direction: row;
justify-content: space-between;
}
/* Emma's Archive text */
#homepage h1 {
font-size: 56px;
text-align: center;
}
header li {
margin-left: 30px;
}
/* welcome text */
section h2 {
font-size: 39px;
text-align: center;
}
#about {
background-image: linear-gradient(rgba(255,255,150,0),rgba(255,255,255,199)), url('https://static.wixstatic.com/media/5e4ebe6edd50441480b429d0a71e7f4f.jpg/v1/fill/w_714,h_460,al_c,q_80,usm_0.66_1.00_0.01,enc_auto/5e4ebe6edd50441480b429d0a71e7f4f.jpg');
}
#homepage .profile-img {
width: 90%;
border-radius: 80%;