big
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user