2
This commit is contained in:
23
src/css/main.css
Normal file
23
src/css/main.css
Normal file
@@ -0,0 +1,23 @@
|
||||
.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;
|
||||
}
|
||||
Reference in New Issue
Block a user