This commit is contained in:
2023-09-17 02:48:43 +05:00
parent 9cf2250b7b
commit 898391ef3b
36 changed files with 18333 additions and 311 deletions

View File

@ -47,7 +47,7 @@
user-select: none;
font: "Circe Rounded";
font-size: var(--main-font-size);
font-weight:100;
font-weight:300;
color: #3C3C3C;
}
@media (max-width: 900px) {
@ -59,7 +59,36 @@
width: 1vw;
height: 1vw;
}
.btn_blue{
padding: 0.3vw;
border-radius: 0.5vw;
border: 0.01vw #00AEEF solid;
background-color: #00AEEF;
color: white;
cursor: pointer;
}
.btn_white{
padding: 0.3vw;
border-radius: 0.5vw;
border: 0.01vw #929292 solid;
background-color: white;
cursor: pointer;
}
.btn_gray{
padding: 0.3vw;
border-radius: 0.5vw;
border: 0.01vw gray solid;
background-color: gray;
color: white;
cursor: pointer;
}
.vc{
margin: auto 0px;
}
</style>
</head>
<body>
<script>
let domen = "puzzle.nor.su";
</script>