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

13
LINES

< > BotCompany Repo | #1032357 // hTopRightCornerDiv

JavaX fragment (include) [tags: use-pretranspiled]

Libraryless. Click here for Pure Java version (3664L/20K).

1  
sS hTopRightCornerDiv(O contents, O... _) {
2  
  ret hcss([[.topRightCorner {
3  
    position: absolute;
4  
    right: 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(_, "topRightCorner"));
13  
}

download  show line numbers  debug dex  old transpilations   

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

No comments. add comment

Snippet ID: #1032357
Snippet name: hTopRightCornerDiv
Eternal ID of this version: #1032357/2
Text MD5: 8058f7303aef1db0d15522711c907799
Transpilation MD5: 403e986b8115c0677417460eefd0fd19
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 15:41:45
Source code size: 323 bytes / 13 lines
Pitched / IR pitched: No / No
Views / Downloads: 67 / 107
Version history: 1 change(s)
Referenced in: [show references]