2020-08-13 07:00:06 +02:00
|
|
|
body {
|
|
|
|
background-color: #000000;
|
|
|
|
color: #ffffff;
|
2020-08-13 09:14:59 +02:00
|
|
|
font-family: 'Chilanka', cursive;
|
2020-08-13 07:00:06 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
a {
|
|
|
|
color: #61dafb;
|
|
|
|
}
|
|
|
|
|
|
|
|
table {
|
|
|
|
border-collapse: collapse;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
th,
|
|
|
|
td {
|
|
|
|
padding: 8px;
|
|
|
|
text-align: left;
|
|
|
|
border-bottom: 1px solid #ddd;
|
|
|
|
}
|
|
|
|
|
2020-08-13 09:14:59 +02:00
|
|
|
li {
|
|
|
|
list-style: none;
|
|
|
|
}
|
|
|
|
|
2020-08-14 07:00:23 +02:00
|
|
|
.home {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.home span {
|
|
|
|
font-size: 25px;;
|
|
|
|
}
|
|
|
|
|
2020-08-14 06:33:50 +02:00
|
|
|
.box {
|
|
|
|
border: 1px dotted;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
width: 80%;
|
2022-10-05 19:13:42 +02:00
|
|
|
margin: px;
|
|
|
|
text-align: center;
|
2020-08-14 06:33:50 +02:00
|
|
|
}
|
2020-08-13 07:00:06 +02:00
|
|
|
.demo {
|
2020-11-16 13:11:03 +01:00
|
|
|
margin: 10px auto 30px auto;
|
2020-08-13 07:00:06 +02:00
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
|
|
|
flex-direction: column;
|
|
|
|
}
|
2020-08-13 09:14:59 +02:00
|
|
|
|
|
|
|
.demo .list li{
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.demo .content-editable {
|
|
|
|
border: 1px solid;
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2020-08-13 09:44:12 +02:00
|
|
|
|
|
|
|
.demo .data-attribute {
|
|
|
|
padding: 10px;
|
|
|
|
}
|
2020-08-13 13:36:33 +02:00
|
|
|
|
|
|
|
.demo .range output {
|
|
|
|
font-size: 62px;
|
2020-11-16 06:00:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dialog::backdrop {
|
|
|
|
background: repeating-linear-gradient(
|
|
|
|
45deg,
|
|
|
|
rgba(0, 0, 0, 0.2),
|
|
|
|
rgba(0, 0, 0, 0.2) 1px,
|
|
|
|
rgba(0, 0, 0, 0.3) 1px,
|
|
|
|
rgba(0, 0, 0, 0.3) 20px
|
|
|
|
);
|
|
|
|
backdrop-filter: blur(3px);
|
|
|
|
}
|