Skip to content

Commit b22e41f

Browse files
committed
Cover NVTF's Flip Model
1 parent 8ad0b4b commit b22e41f

File tree

2 files changed

+324
-267
lines changed

2 files changed

+324
-267
lines changed

css/flip.css

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,22 @@ button:active,
7777
table-layout: fixed;
7878
width: 100%;
7979
border-spacing: 0.4em;
80+
position: relative;
81+
border-collapse: separate;
82+
}
83+
84+
.comparison-table::before {
85+
content: "";
86+
position: absolute;
87+
top: 0;
88+
left: 0;
89+
width: 50%;
90+
height: 100%;
91+
border-radius: 8px;
92+
outline: 1px solid rgba(255,255,255, 0.1);
93+
background: radial-gradient(circle at center,rgba(255, 255, 255, 0.01) 0%,rgba(255, 255, 255, 0.05) 100%);
94+
z-index: -1;
95+
pointer-events: none;
8096
}
8197

8298
.comparison-table h2 {

0 commit comments

Comments
 (0)