blob: 7ba669ad32cff70458a1e4044efb83f8912afcfe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
h6 {
text-align: center;
}
.vertical {
margin-top: 40px;
border-left: 1px solid #fff;
height: 80px;
position: absolute;
left: 50%;
}
.project {
height: 500px;
}
|