Questions tagged as 'front-end'

2
answers

Is there any method for me to create page translations with Javascript or Typescript?

I would like to know if there is any method for me to create my own static page translations with Javascript.     
asked by 12.12.2017 / 02:23
1
answer

Laravel - can you just do the backend first?

I'm learning laravel and I can do some things (work with routes, migrations, eloquent, controllers, etc.). However, I get hit with the front, because I do not know the best way to work with this framework, so I spend a lot of time frying my b...
asked by 21.04.2018 / 22:27
1
answer

Change style - Bootstrap [closed]

I created a file and added a navigation menu using Bootstrap, but wanted to change some things like font color and stuff ... I created a style.css file and linkei in my index, but it does not change anything, I try to put the name of the class I...
asked by 22.07.2017 / 02:31
1
answer

Doubt Javascript Date () [front-end]

I'm building a personal blog using GitHub Pages and a desktop app with NWJS to do the back end administration however I have a big question when presenting dates on the front end. Because this is a "static" site, the posts are markdown...
asked by 07.08.2017 / 08:24
2
answers

Insert icon in input text with HTML and CSS

Hello, I would like to insert an icon in the input text of my system, until I could put the icon, but when I click on the input to type the text the icon simply does not hide. can you help me?     
asked by 24.04.2017 / 20:02
1
answer

hover with mix-blend-multipy

I have a problem when I get out of the hover. Multiply makes a strange effect. See the gif below: #accordion { padding: 80px 0; } #accordion .categoria { position: relative; cursor: pointer; } #accordion .categoria h2 {...
asked by 21.12.2018 / 00:28
1
answer

Help on how to use setItem and getItem of localStorage

I'm trying to save an answer, but I can not, every time I refresh the previous answer back. Here's what I'm trying to implement: <!DOCTYPE html> <html lang="pt-BR"> <head> <meta charset="utf-8"> <...
asked by 01.08.2018 / 17:59
1
answer

onclick "confirm" does not work cancel button

I have an onclick confirm in my code that, if ok, it sends a variable to a specific page. If he canceled ... he should cancel the operation. But even if you click cancel, it is sending the variable to the page. Follow the code: <a...
asked by 27.03.2018 / 14:26
1
answer

How do I import my CSS styles and my JS scripts into an angular project?

I have an Angular 2 project, and would like to import the scripts and stylesheets for my project. When I'm going to encapsulate my project in sessions, the angular does not properly interpret the files for the stylization of the entire projec...
asked by 22.11.2017 / 12:23
1
answer

Displaying 'loading' warning when update iframe - html

I'm having trouble with an application, where the screens take a long time to redirect. To get around the problem, I created a page with only an iframe, which contains navigation between pages. The biggest problem is that it is not possible t...
asked by 28.08.2017 / 15:02