Add UA detection
This commit is contained in:
parent
12980b1669
commit
2d7bda3aa2
8 changed files with 167 additions and 30 deletions
48
style.css
48
style.css
|
@ -106,3 +106,51 @@ body {
|
|||
height: 1px;
|
||||
background-color: rgba(237, 237, 237, 1);
|
||||
}
|
||||
|
||||
.listaction {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1cm;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.topbar {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
height: 1.2cm;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(224, 224, 224, 1);
|
||||
}
|
||||
|
||||
.listinfo {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
text-decoration: none;
|
||||
color: black;
|
||||
align-items: center;
|
||||
|
||||
}
|
||||
|
||||
.backbutton {
|
||||
position: absolute;
|
||||
color: black;
|
||||
border-radius:10px;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-decoration: none;
|
||||
display: grid;
|
||||
font-size: 14px;
|
||||
cursor: pointer;
|
||||
margin: 0.1cm;
|
||||
transition-duration: 0.2s;
|
||||
width: 1cm;
|
||||
height: 1cm;
|
||||
}
|
||||
|
||||
.backbutton:hover {
|
||||
background-color: #DEDEDE;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue