Posts by matheusdouradobr • 23 points
6 posts
-
1
votes1
answer118
viewsQ: How to make sliders created with bootstrap, get responsive in all screen sizes?
The banner of my site is running well on monitor up to 15 inches. From resolutions above these banners get very large and generate horizontal bar on the site. As in the image below:…
-
-4
votes1
answer79
viewsQ: My page does not get responsive in large resolutions
In large screen resolutions the horizontal scroll bar appears on the page. I am using the entire width of my screen as code below: .slides { width: 100vw; } Follow the example: Thank you…
-
0
votes1
answer744
viewsQ: How do I create circular image with css mask and Hover effect?
Does anyone know any css template ready for me to use as a reference to recreate an effect on my site that I am switching from wordpress to html/css I saw by the code that is a layer mask Hover that…
-
0
votes1
answer45
viewsQ: How I fix css or code from my website logo so it always keeps the original size of width and height
added css: nav-brand-sitelogo { height: 91px!important; width: 300px!important; } element.style { height: 91px!important; width: 300px!important; } .can-shrink-brand.sticky-brand-shrink-on…
-
-1
votes1
answer209
viewsQ: Is there an editor or ide that has live preview option for Php
Does anyone know any editor or ide that has live preview for php feature, in case a live preview automatically displays the result in the browser, without having to save the file, ie the link is…
-
0
votes1
answer103
viewsQ: Why does $fat start with 1 in factor calculation?
Why in this code the value $fat begins with 1? It’s a code for finding the factorial of a number ($v = valor): <?php $v = isset($_GET["valor"])?$_GET["valor"]:1; echo "<h1>Calculando o…
phpasked matheusdouradobr 23