Skip to content

Commit d7d6c81

Browse files
authored
Update index.html
1 parent d666af1 commit d7d6c81

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

index.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545

4646
.holo-frame::before {
4747
content: "";position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;border-radius: 14px;background: linear-gradient(45deg, rgba(0,255,255,0.2), rgba(255,255,255,0.1), rgba(0,255,255,0.2));z-index: -1;filter: blur(8px);
48-
background: radial-gradient(rgba(0, 255, 255, 0.2),rgb(244 67 54 / 48%));
48+
background: radial-gradient(rgba(0, 255, 255, 0.2),rgb(244 67 54 / 50%));
4949
}
5050

5151
.holo-frame1::before {
@@ -54,8 +54,8 @@
5454

5555
.holo-warning {color:#bbfcff;font-size: 1.1em;line-height: 1.6em;background: rgba(0, 30, 40, 0.25);padding: 20px;border: 1px solid rgba(0, 255, 255, 0.2);border-radius: 10px;}
5656
.holo-warning::before {content: "";text-align: center;position: absolute;top: -2px;left: -2px;right: -2px;bottom: -2px;border-radius: 14px;background: linear-gradient(45deg, rgba(0,255,255,0.2), rgba(255,255,255,0.1), rgba(0,255,255,0.2));z-index: -1;filter: blur(8px);}
57-
.holo-warning strong {font-size: 1.2em;display: block;margin-bottom: 10px;color: #00ffff;}
58-
.holo-text {font-size: 1.3em;line-height: 1.8em;/*text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;*/}
57+
.holo-warning strong {font-size: 1.2em;display: block;margin-bottom: 10px;color: #00ffff;}
58+
.holo-text {font-size: 1.3em;line-height: 1.8em;/*text-shadow: 0 0 5px #00ffff, 0 0 10px #00ffff;*/}
5959

6060
li {display: block;}
6161

@@ -85,8 +85,7 @@
8585
.iii::after { /*
8686
content: "Символы модуляции — это основа современных коммуникаций, а их анализ и использование критически важны для: Перехвата и дешифровки данных противника, Защиты собственных каналов связи, Подавления вражеских систем, Повышения эффективности разведывательных операций. Чем сложнее схема модуляции, тем выше требования к технике разведки, но и тем ценнее информация, которую можно получить."; */
8787
color: white;font-size: 2em;z-index: 234;position: relative;top: -45px;
88-
position: absolute;
89-
top: -20px;right: -20px;width: 80px;height: 80px;background: yellow;
88+
position: absolute;top: -20px;right: -20px;width: 80px;height: 80px;background: yellow;
9089
}
9190
</style>
9291
</head>

0 commit comments

Comments
 (0)