1
0
vrm/dist/css/style.css

48 lines
669 B
CSS
Raw Normal View History

2024-03-18 10:59:59 +00:00
div#canvas {
width: 100%;
height: 640px;
}
div#menu {
2024-03-19 12:01:16 +00:00
padding: 20px;
border-bottom:solid 1px #ccc;
2024-03-18 10:59:59 +00:00
}
button {
2024-03-19 12:01:16 +00:00
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;
2024-03-18 10:59:59 +00:00
}
a {
2024-03-19 12:01:16 +00:00
text-decoration: none;
2024-03-18 10:59:59 +00:00
}
a:hover{
/* color: #fff700; */
color: #847e00;
}
2024-03-19 12:01:16 +00:00
footer {
border-top:solid 1px #ccc;
padding: 20px 0 20px 0;
font-size:20px;
text-align: center;
}
@media screen and (max-width:1000px) {
2024-03-19 12:07:05 +00:00
2024-03-19 12:01:16 +00:00
}