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

13
LINES

< > BotCompany Repo | #1032358 // hTopLeftCornerDiv

JavaX fragment (include)

1  
sS hTopLeftCornerDiv(O contents, O... _) {
2  
  ret hcss([[.topLeftCorner {
3  
    position: absolute;
4  
    left: 10px;
5  
    top: 10px;
6  
    opacity: .95;
7  
    padding: 10px; 
8  
    border: 1px solid black;
9  
    background: white;
10  
    color: black;
11  
  }]])
12  
    + div(contents, params_plusHTMLClass(_, "topLeftCorner"));
13  
}

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: 66 / 85
Version history: 1 change(s)
Referenced in: [show references]