Questions tagged as 'html5'

1
answer

How to consume RESTFul API data? [closed]

I watched some video lessons about RESTFul and did one in Laravel 5.4. Now I would like to use a template that I have done in HTML5 + Bootstrap 3 to consume this data, where do I start? What do I need to do?     
asked by 21.06.2017 / 22:07
1
answer

I can not create a paragraph! HTML [closed]

I create a <p> and write the paragraph inside it, but when I open the page there are no line breaks, the sentence continues only in one line. <!DOCTYPE html> <html> <head> <meta charset="utf-8"/>...
asked by 28.06.2017 / 03:40
1
answer

How to adjust the Responsiveness of a Value?

I have a " value " of a form "that has a text" Say Hello ". I need to increase the font-size that is there. How do I do ? HTML5 : <section class="block-body"> <div class="row"> &l...
asked by 20.06.2017 / 02:13
1
answer

Google maps warning: getCurrentPosition () and watchPosition () no longer work on insecure origins

I'm using laravel with a virtualhost and I need to make the map work on localhost, but I already have the google key and even then, without putting the restrictions on the key, the message still appears. How do I make Map work in the localhost e...
asked by 19.07.2017 / 16:16
1
answer

How to make div with arrow?

I'm grateful if someone can show you how to make these div's that stay on the globe with a small "arrow" pointing to the item that the user is browsing, using only HTML and CSS Here's the sample image:     
asked by 09.07.2017 / 21:34
1
answer

doubts Input type date

Good afternoon, I'm doing a form, for registering and modifying users. When I try to insert a date into the inputs of type="date", no data type is displayed on the screen. These dates I'm using all come from a json that already has them register...
asked by 12.06.2017 / 22:13
1
answer

How to clear the contents of a variable inside a JQUERY function?

I'm starting to study Javascript and Jquery I'm developing the following page: TheproblemisthatwhenIclickonanewdatetheoldoneisnotresetasPrintbelow: IhavetriedeverythingtocreateaResetfunction,use.removebutnothingworks.Iwouldlikesomehelp!Herearem...
asked by 12.06.2017 / 22:26
1
answer

Multi-item dynamic carousel using bootstrap

I'm having trouble making a dynamic multi-item merry-go-round with just two bootstrap columns, when I report how many columns in the col-md-6 case the items break and are displayed in a further row below, could anyone help me? How to stay...
asked by 29.06.2017 / 17:58
1
answer

Spaces between Inputs in Twiter Bootstrap

In the registration forms both horizontal and vertical spacing become very large, I solved the problem by adding the margin-bottom: 10px; margin-right: -10px in each input, however , in the size sm and xm of the columns it loses the direct mar...
asked by 24.06.2017 / 12:39
2
answers

How to make a responsive image with CSS?

I'm using css to make the article.noticiaprincipal image responsive, but in addition to not working it disrupts the later elements. CSS article.noticiaprincipal{ float: left; width: 885px; /* 885px */ height: auto; } article....
asked by 19.06.2017 / 00:42