Add a proper viewer
This commit is contained in:
parent
ee4fbcf951
commit
c16a4eba11
4 changed files with 45 additions and 1 deletions
25
index.css
Normal file
25
index.css
Normal file
|
@ -0,0 +1,25 @@
|
|||
.ui {
|
||||
display: inline-block;
|
||||
margin: 10px;
|
||||
text-decoration: none;
|
||||
font-size: 1.2rem;
|
||||
background: rgb(130, 130, 130);
|
||||
border: solid rgb(100, 100, 100) 2px;
|
||||
padding: 10px;
|
||||
font-weight: bold;
|
||||
color: rgb(255,255,255);
|
||||
border-radius: 10px;
|
||||
}
|
||||
|
||||
.ui-right {
|
||||
float: right;
|
||||
}
|
||||
|
||||
img.art {
|
||||
display: block;
|
||||
margin: auto;
|
||||
border: none;
|
||||
border-radius: 0;
|
||||
width: 500px;
|
||||
max-width: 80vw;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue