1
0
vrm/dist/css/style.css

37 lines
571 B
CSS
Raw Normal View History

2024-03-18 10:59:59 +00:00
div#canvas {
width: 100%;
2024-03-19 08:33:59 +00:00
height: 640px;
2024-03-18 10:59:59 +00:00
}
div#menu {
padding: 20px;
border-bottom:solid 1px #ccc;
}
button {
border: none;
margin: 0;
padding: 0 20px 0 20px;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
appearance: none;
-webkit-appearance: none;
cursor: pointer;
user-select: none;
}
a {
text-decoration: none;
}
a:hover{
/* color: #fff700; */
color: #847e00;
}