Linux vmi284606.contaboserver.net 4.15.0-213-generic #224-Ubuntu SMP Mon Jun 19 13:30:12 UTC 2023 x86_64
Apache/2.4.57 (Ubuntu)
: 167.86.127.34 | : 216.73.217.31
Cant Read [ /etc/named.conf ]
7.2.24-0ubuntu0.18.04.17
root
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
README
+ Create Folder
+ Create File
/
var /
www /
html /
effiserv /
scss /
bootstrap /
utilities /
[ HOME SHELL ]
Name
Size
Permission
Action
_align.scss
420
B
-rw-r--r--
_background.scss
397
B
-rw-r--r--
_borders.scss
1.51
KB
-rw-r--r--
_clearfix.scss
37
B
-rw-r--r--
_display.scss
1.38
KB
-rw-r--r--
_embed.scss
727
B
-rw-r--r--
_flex.scss
2.4
KB
-rw-r--r--
_float.scss
320
B
-rw-r--r--
_position.scss
614
B
-rw-r--r--
_screenreaders.scss
115
B
-rw-r--r--
_sizing.scss
298
B
-rw-r--r--
_spacing.scss
1.37
KB
-rw-r--r--
_text.scss
1.31
KB
-rw-r--r--
_visibility.scss
121
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _display.scss
// stylelint-disable declaration-no-important // // Utilities for common `display` values // @each $breakpoint in map-keys($grid-breakpoints) { @include media-breakpoint-up($breakpoint) { $infix: breakpoint-infix($breakpoint, $grid-breakpoints); .d#{$infix}-none { display: none !important; } .d#{$infix}-inline { display: inline !important; } .d#{$infix}-inline-block { display: inline-block !important; } .d#{$infix}-block { display: block !important; } .d#{$infix}-table { display: table !important; } .d#{$infix}-table-row { display: table-row !important; } .d#{$infix}-table-cell { display: table-cell !important; } .d#{$infix}-flex { display: flex !important; } .d#{$infix}-inline-flex { display: inline-flex !important; } } } // // Utilities for toggling `display` in print // @media print { .d-print-none { display: none !important; } .d-print-inline { display: inline !important; } .d-print-inline-block { display: inline-block !important; } .d-print-block { display: block !important; } .d-print-table { display: table !important; } .d-print-table-row { display: table-row !important; } .d-print-table-cell { display: table-cell !important; } .d-print-flex { display: flex !important; } .d-print-inline-flex { display: inline-flex !important; } }
Close