CSS

Snippets


CSS

Cascading Style Sheets

NO Image:
16
Great Pen . . . . Hero Image With Transparent Colored Overlay (codepen.io)   css
Posted in: CSS
27
<PagerStyle  CssClass="pagination-ys" />  .pagination-ys { /*display: inline-block;*/ padding-left: 0; ...

[Read the rest of this article...]

GridView PagerStyle
Posted in: CSS
15
Add a stylesheet from custom DNN module settings HtmlGenericControl css1 = new HtmlGenericControl("link"); css1.Attributes["type&qu...

[Read the rest of this article...]

css, stylesheet, DNN Module Settings
05
<style type="text/css"> @media print {   a[href]:after {     content: none !important;   } } </s...

[Read the rest of this article...]

css, printing
Posted in: CSS
23
To hide text elements on mobile devices use the class hidden-xs class="hidden-xs"  <p class="hidden-xs">Your lo...

[Read the rest of this article...]

Posted in: CSS
07
<div style="display: inline-block;margin:6px;"> <div style="margin: 0 auto !important;">[PHOTOWITHBORDER]</div> <div style="tex...

[Read the rest of this article...]

Ventrian Simple Gallery
Posted in: CSS, Web Design
21
#Body{      background: url(/Portals/0/BGImage/Grays_Beach.jpg) no-repeat center center fixed;   -webkit-background-size: co...

[Read the rest of this article...]

Fixed background Image
Posted in: CSS
14
.multiple-borders img {   box-shadow: 8px 8px 10px #aaa; } USE:  <div class="multiple-borders">IMAGE</div> CSS Image Borders
Posted in: CSS
20
<!DOCTYPE html> <html> <head> <style> body { background:url(dynamic_width_bg.jpg) #A98436 no-repeat left top; backgr...

[Read the rest of this article...]

Scaling Background Image
Posted in: CSS
11
“Ems” (em): The “em” is a scalable unit that is used in web document media. An em is equal to the current font-size, for insta...

[Read the rest of this article...]

Posted in: CSS
Page 1 of 2First   Previous   [1]  2  Next   Last