Posts by Diemano Nóbrega • 170 points
5 posts
-
4
votes1
answer882
viewsQ: How to read a local txt file in Javascript
Hello I’m a beginner in Javascript and I’m watching some videos on youtube about reduce and my question is, in the video it puts a code at the top of the file. import fs from 'fs' But when I put…
-
3
votes1
answer119
viewsA: Bootstrap speakers
You can add other styles within the same element for different screen resolutions. You can find in the section Grid Options in the Bootstrap documentation. I’ll put an example to give you an idea.…
-
7
votes2
answers93
viewsQ: Syntax error jquery
Hello I’m having a problem with the use of this code. I want inside the div with class output to show the following html code, this code is inside a for so I used the append, here is giving syntax…
-
0
votes3
answers628
viewsA: Change body’s standard 8px margin at Angular 2
I ended up installing Bootstrap through Angular/cli, I followed the following tutorial: Configuration link Then I added Bootstrap to index.html: <link…
angularanswered Diemano Nóbrega 170 -
1
votes3
answers628
viewsQ: Change body’s standard 8px margin at Angular 2
Good afternoon, I’m starting with Angular 2 and I’m having a problem to remove the margins of the body from 8px, I tried to include in the body tag of css margin:0, but it came to nothing. Could you…
angularasked Diemano Nóbrega 170