Top Leads
CSS Minifier
Posted 2 years ago
19880|780|19100| .vimvixen-hint{background-color: #7b5300 !important;border-color: #d8b013 !important;color: #f3e8c8 !important;}::placeholder{opacity: 0.5 !important;}#edge-translate-panel-body,.MuiTypography-body1{color: var(--darkreader-neutral-text) !important;}gr-main-header{background-color: #0f3a48 !important;}.tou-z65h9k,.tou-mignzq,.tou-1b6i2ox,.tou-lnqlqk{background-color: var(--darkreader-neutral-background) !important;}.tou-75mvi{background-color: #032029 !important;}.tou-ta9e87,.tou-1w3fhi0,.tou-1b8t2us,.tou-py7lfi,.tou-1lpmd9d,.tou-1frrtv8,....
Less to CSS
Posted 2 years ago
@body-bg:rgb(0, 93, 186);     @text-color:#fff;     @imgs-path:'../images';     Usage: body{     background-color: @body-bg;     background-image: url("@{    imgs-path}/bg.png");     color:@text-color;     }
Less to CSS
Posted 2 years ago
@body-bg:rgb(0, 93, 186);     @text-color:#fff;     @imgs-path:'../images';     Usage: body{     background-color: @body-bg;     background-image: url("@{    imgs-path}/bg.png");     color:@text-color;     }
Less to CSS
Posted 2 years ago
Less to CSS
Posted 2 years ago
Less to CSS
Posted 2 years ago
@width: 10px;     @height: @width + 10px;     #header {     width: @width;     height: @height;     }
Less to CSS
Posted 2 years ago
.content {     .flex();     .flex-align();     .flex-flow(row, nowrap);     } .controls {     position: absolute;     width: 100%;     bottom: 100px;     padding: 20px;   &...
Uncompress HTML
Posted 2 years ago
<html lang="en" style="--primary-bg-color:#a203ff; --primary-bg-hover:#a203ff95; --primary-bg-border:#a203ff; --primary-transparentcolor:#a203ff20; --primary01:rgba(162, 3, 255, 0.1); --primary02:rgba(162, 3, 255, 0.2); --primary03:rgba(162, 3, 255, 0.3); --primary06:rgba(162, 3, 255, 0.6); --primary09:rgba(162, 3, 255, 0.9); --primary05:rgba(162, 3, 255, 0.5);"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0"> <meta http-equiv="X-UA-Compatible" content="IE=edge"&...
Front-end Engineer (Junior) (Seoul)
Posted 2 years ago
About FreeD:
FreeD Group is an AI Digital and Smart E-commerce Solution company based in Hong Kong and is growing rapidly globally, mainly in Korea, China, Singapore, Dubai, and Canada.
We have successfully completed our Series B investment this year and attracted more than 35 billion won in total investment. We use AI and big data to provide complete e-commerce solutions (...
CSS Minifier
Posted 2 years ago
158|123|35|body{background-color: lightgrey;width: 300px;}div{background-color: lightgrey;padding: 50px;margin: 20px;}p{margin: 20px;}