summaryrefslogtreecommitdiff
path: root/www/css/index.css
blob: e79ccd2e8c5309b8b02d5f3f512fe0da46ff878f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.title {
    background: no-repeat center/100% url("./space.jpg");
    position: relative;	
    bottom: 0;
    filter: blur(4px);
    transition: 0.3s;
}
.title:hover {
    line-height: 2;
    background: no-repeat center/100% url("./space.jpg");
    position: relative;	
    bottom: 0;
    filter: blur(0px);
    transition: 0.5s;
}
Copyright 2019--2024 Marius PETER