Good day, I ask this question since I am trying to integrate a file with css properties to WORDPRESS where I have everything related to the responsive and the topic is not applying the changes the same thing happens with the .js file that I want to add , what seems more strange to me is that the template is taking the styles css from the style.css file but the ones from the responsive.css do not take them
for the sagregar styles css use these tags
<link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url') ?>">
for the responsive.css file use this function
<link rel="stylesheet" href="<?php bloginfo('template_url');?>/responsive.css">