I am currently trying to determine how to create individual graphics that can be directly loaded via CSS and made responsive.
When I resize the screen, the graphics also adjust accordingly. However, on smaller displays such as mobile phones, the graphics overlap with the text. I would like to know how I can make the graphics smaller so they fit all screen sizes.
I am utilizing Bootstrap CSS for this purpose.
Here is an example of what I mean:
This is how it appears normally
And this is how it looks on a small screen
How can I ensure that the graphics resize appropriately?
c_cont h1{
background: url("../images/titl_left.png") no-repeat scroll left 9px, url("../images/tit_rght.png") no-repeat scroll right 9px rgba(0, 0, 0, 0);
color: #d4676b;
font-family: "Miama";
font-size: 37px;
margin:0 auto;
padding: 0px 0;
text-align: center;
width: 63%;
height:auto;
color: #fa6e05;