| 12345678910111213141516171819 |
- .profile {
- background: url("/assets/img/dawn.jpg") 0 320px;
- }
- .header {
- position: relative;
- padding: 10px 20px;
- }
- .bg-gradient-default {
- background: linear-gradient(87deg, #172b4d 0, #1a174d 100%) !important;
- }
- .mask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- transition: all 0.15s ease;
- }
|