Posts by Fg_ • 81 points
5 posts
-
1
votes1
answer33
viewsQ: Div mother occupy all height of absolute content
I would like the mother div to fill in all vertical area, but with the code below I’m not getting it. Could you please help me? HTML: <div class="boxes"> <div class="box-01"> <div…
-
1
votes1
answer300
viewsQ: Line below the text
I am trying to put a line under the title H3, only respecting the line size of 100px and according as justified on the left or right. In this way: or However, when the screen resolution decreases…
-
-1
votes2
answers290
viewsQ: How to make a circle with a diagonal middle stroke in CSS?
I need to make this circular shape below, with a diagonal stroke in CSS. Can someone help me?…
-
-1
votes1
answer231
viewsQ: How to use Sass on server
As a layman still in Sass, I have the doubt of how to use it in a provider as for example Locaweb or hostgator. They need to have Sass support or have another way?
-
4
votes1
answer419
viewsQ: Lines beside in css
I’m trying to put lines next to a word, but when I go into mobile resolution, the lines go up and get misaligned. How do I make them vertically aligned and of the same horizontal length? First…