-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
70 lines (61 loc) · 1.04 KB
/
style.css
File metadata and controls
70 lines (61 loc) · 1.04 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
body{
/*background: linear-gradient(0deg, white, blue);*/
font-family: georgia;
/*background-color: #aaafb7;*/
}
header{
background: linear-gradient(0deg, white, #becfea);
opacity: 1;
padding: 10px 40px 10px 40px;
margin-bottom: 10px;
text-align: center;
}
h1{
font-size: 50px;
color: #40506b;
text-shadow: #aaafb7 1px 1px;
margin-bottom: 5px
}
header p {
font-size: 30px;
color: #888;
margin-top: 5px
}
main {
text-align: center;
margin: auto;
width: 800px;
}
.profilePhoto {
display: block;
width: 400px;
height: 400px;
border-radius: 15px;
margin: 0 auto;
border: 4px solid black;
}
main h2 {
font-size: 35px;
color: #40506b;
}
main h3{
font-size: 20px;
padding: 10px 0px 3px 0px;
margin-bottom: 3px;
color: #40506b;
}
main p {
text-indent: 15px;
font-size: 25px;
color: #40506b;
margin-top: 3px;
}
footer {
height: 30px;
font-size: 15px;
text-align: center;
margin-top: 20px;
padding: 20px;
border-color: #000000;
background: linear-gradient(0deg, #becfea, white);
}