about.css
1.14 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
.jumbotron {
padding-top: 3rem;
padding-bottom: 3rem;
margin-bottom: 0;
background-color: #fff;
}
@media (min-width: 768px) {
.jumbotron {
padding-top: 6rem;
padding-bottom: 6rem;
}
}
.nooutline{
border:0;
}
.jumbotron p:last-child {
margin-bottom: 0;
}
.jumbotron h1 {
font-weight: 300;
}
.jumbotron .container {
max-width: 40rem;
}
footer {
padding-top: 3rem;
padding-bottom: 3rem;
}
footer p {
margin-bottom: .25rem;
}
header { position: fixed; z-index: 10; top: 0; left: 0; width: 100%; height: 0px; transition: top 0.2s ease-in-out; }
.nav-up { top: -70px;}
.bg-dark{
background-color: burlywood;
}
.textblack{
color:black;
text-decoration:none;
}
.textblack:hover{
color:#808080;
text-decoration:none;
}
.sub{
font-size:.5em;
color:#000000;
}
.box{
position: static;
height: 220px;
}
.front{
position: absolute;
top:0;
left:0;
display: none;
}
.back{
position: absolute;
top:0;
left:0;
display: none;
}
.box img:nth-child(2){
opacity: 0;
transition:all 0.3s ease in ease-in-out;
}
.box:hover img:nth-child(2){
opacity: 1;
transition:all 0.3s ease in ease-in-out;
}
.form{
}