Banner Image
Banner Image
Banner Image

css

@media rule – a short blog trip on CSS media queries

Let’s explore a few things about the most important feature of CSS styles @media rule that is defined to specify the styles to different media types for different responsive screens, print layouts, other screen devices. Example: [html] <style="text/css"> @media print { body { font-size: 10pt } } @media screen { body { font-size: 12pt } […]

Read More

CSS Clearfix Hack

Clearfix is one type of hack method to force the container’s(which has floating element inside) height based on the floated element. This is also know as Easy Clearing Hack. You can use this below code to avoid that layout issue arise by that floated element on all browsers. [css] .clearfix:after { content: "."; display: block; […]

Read More

Stay Ahead in Digital Innovation

Looking for expert tips, industry insights, and strategies to boost your digital presence? Subscribe to Sharesoft Technology’s weekly LinkedIn newsletter!