Wide code block
c-sharpcorner.com - 16/10/2023 15:52:30 by hodoroh.vladislav
Details
Authorhodoroh.vladislav
LicenseNo License
Categorytest
Created
Updated
Size453 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name c-sharpcorner.com - 16/10/2023 15:52:30
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("c-sharpcorner.com") {
div.b-container {
max-width: 1920px !important;
}
@media only screen and (min-width: 992px) {
div.content {
width:100%;/* float:left; */
}
}
}