-
Notifications
You must be signed in to change notification settings - Fork 0
/
main.css
72 lines (71 loc) · 1.19 KB
/
main.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
body {
margin-top: 3px;
font-size: 18px;
}
a {
color: #0784cd;
}
a:hover {
text-decoration: none;
color: #0784cd;
}
hr {
clear: both;
margin-top: 10px;
margin-bottom: 20px;
border: 0;
border-top: 5px solid rgba(223, 223, 223, 0.27);
}
.profile img{
width: 100%;
}
.profile .name{
text-align: center;
font-size: 20px;
}
.top-image{
color: rgba(0, 0, 0, 0.82);
background-image: url('/img/top.jpg');
height: 350px;
padding-top: 60px;
text-align: center;
}
.top-image > p {
font-weight: bold;
font-size: 35px;
}
.sub-head.jumbotron {
padding: 0;
}
.sub-head.jumbotron > h1 {
background-color: rgba(255, 255, 255, 0.28);
padding: 25px 20px;
}
#about > .jumbotron {
background-image: url('/img/image01.jpg');
}
#works > .jumbotron {
background-image: url('/img/image02.jpg');
}
#members > .jumbotron {
background-image: url('/img/image03.jpg');
}
#contact > .jumbotron {
background-image: url('/img/image04.jpg');
}
footer{
padding: 20px 0px;
text-align: center;
}
#topBtn{
cursor: pointer;
position: fixed;
right: 2px;
bottom: 2px;
background-color: #3ed9d4;
width: 50px;
height: 50px;
text-align: center;
font-size: 40px;
line-height: 50px;
}