blob: e59d85d20fcb240169129a5bbd47242391bd4c70 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
.petros-left {
position: absolute;
bottom: 70px;
left: 30px;
}
.petros-right {
position: absolute;
bottom: 70px;
right: 30px;
}
.petros-text {
position: absolute;
top: 20px;
right: 20px;
}
|