Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

13
LINES

< > BotCompany Repo | #1032358 // hTopLeftCornerDiv

JavaX fragment (include)

sS hTopLeftCornerDiv(O contents, O... _) {
  ret hcss([[.topLeftCorner {
    position: absolute;
    left: 10px;
    top: 10px;
    opacity: .95;
    padding: 10px; 
    border: 1px solid black;
    background: white;
    color: black;
  }]])
    + div(contents, params_plusHTMLClass(_, "topLeftCorner"));
}

Author comment

Began life as a copy of #1032357

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx

No comments. add comment

Snippet ID: #1032358
Snippet name: hTopLeftCornerDiv
Eternal ID of this version: #1032358/2
Text MD5: 64c2a0cf078b258e7ac4bbdd996895ba
Author: stefan
Category: javax / html
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2021-08-31 16:04:02
Source code size: 319 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 59 / 77
Version history: 1 change(s)
Referenced in: [show references]