forked from hackyourfuturecanada/Week3
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
102 lines (77 loc) · 1.75 KB
/
style.css
File metadata and controls
102 lines (77 loc) · 1.75 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
102
body{
background-image: url(images/pic5.jpg);
background-attachment: fixed;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
}
.navbar{
width: 100%;
background-color: rgba(39, 41, 39, 0.5);
overflow: auto;
float: left;
font-size: 25px;
padding: 15px;
position: fixed;
top: 0;
text-align: center;
}
nav a{
text-decoration: none;
color: white;
font-size: 20px;
padding: 15px;
}
nav a:hover{
color: rgba(77, 46, 80, 0.7) ;
}
.pics{
margin-left: 155px;
border-radius: 10%;
}
#About{
text-align: center;
font-size: 420%;
color: rgb(31, 21, 21) ;
font-family: 'Saira Stencil One', cursive;
font-size: 65px;
}
header {
padding: 20px 10px 20px 40px ;
background-color: rgba(155, 214, 115,0.4) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
font-size: 25px;
}
.Education{
padding: 20px 10px 20px 40px ;
background-color: rgba(77, 46, 80, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;
}
.Workexperience{
padding: 20px 10px 20px 40px ;
background-color: rgba(42, 19, 44, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;
}
.Interest{
padding: 20px 10px 20px 40px ;
background-color: rgba(47, 26, 49, 0.7) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;
}
footer{
padding: 20px 10px 20px 40px ;
background-color: rgba(155, 214, 115,0.4) ;
color: #ffffff;
font-family: 'Nunito', sans-serif;
text-align: center;
font-size: 25px;
}