Files
andrewkydev.github.io/src/css/main.css
2023-02-11 00:33:00 +03:00

23 lines
356 B
CSS

.div-center {
display: table;
margin: 0 auto;
}
.div-center img {
width: 10rem;
}
.buttons-group {
display: flex;
}
.buttons-group button:first-child {
margin-right: 8px;
}
a, div, img, p, button {
user-select: none;
-webkit-user-select: none;
-webkit-touch-callout: none;
-webkit-tap-highlight-color: transparent;
}