|
|
| Строка 1: |
Строка 1: |
| #container-box {
| |
| position: absolute;
| |
| background: linear-gradient(45deg, #044ab4, #044ab4, #58beff, #044ab4, #044ab4);
| |
| z-index: -2;
| |
| filter: blur(30px);
| |
| opacity: 0.7;
| |
| width: 950px;
| |
| }
| |
| .GradientBorder { | | .GradientBorder { |
| position: relative; | | position: relative; |
.GradientBorder {
position: relative;
width: 850px;
padding: 40px 40px;
margin:30px 30px 30px 0px;
background: #011425;
color:#007eff !important;
font-size:0.8rem;
border-image: linear-gradient(45deg, #0477b5, #0477b5, #58f8ff, #0477b5, #0477b5) 30;
border-width: 2px;
border-style: solid;
}