Posts by Rafaela Cordeiro • 23 points
2 posts
-
1
votes0
answers29
viewsQ: Grunt creating wrong files
I’m using the grunt-hogan, in the Gruntfile is these definitions. "use strict"; module.exports = function(grunt) { var config; config = { hogan: { tmp: 'template.html', output:…
-
1
votes3
answers816
viewsQ: Center Vertically
I have a div and within it I have 2 more, one for an image and one for a text. I need the image to always be centered vertically, regardless of the size of the text. .lista_teste{ width: 100%;…