24 lines
463 B
HTML
24 lines
463 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<style>
|
|
* {
|
|
overflow-inline: hidden;
|
|
border-end-end-radius: 14mm ! important;
|
|
border-left-color: WindowFrame;
|
|
backdrop-filter: saturate(70%);
|
|
}
|
|
|
|
INPUT {
|
|
outline: medium invert auto;
|
|
}
|
|
|
|
H2 {
|
|
padding: 69% !important;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h2 dir='ltr'><dfn> <i> <input></i> </dfn></h2></body>
|
|
</html>
|
|
|