33
loading...
This website collects cookies to deliver better user experience
<style>
tag of <head>
or write inline style within each element of the <body>
. I would like to share some problems with inline styling.DRY
principle.before
, after
, hover
, focus
etc are very much useful for styling which we simply cannot use in inline styling.media queries
is a must where different css rules are applied based on screen width. Inline style does never allow us do that.