Personal quick question, how do I set only a font-size in the font so that it decreases by the size of the device?
I'm currently inserting a different font-size size for each @media query , there's a smarter way of doing this so...
I'm trying to apply the CSS below in a div to use a background, but it does not appear at all.
HTML
<div class="row background-1">
<div class="col col-2">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusc...
I want to make a menu up to a point simple with CSS3 and Javascript.
My menu needs to have a "hamburger" and when clicking it needs to turn an "X". When you click on a link it also needs to close and the "X" will turn the "hamburger" again.
B...
I'm using this slide which is before and after. The question is: I need to centralize this slide and leave it responsive, because when I play the code it is leaning against the left corner. I tried to give a margin-left , at first it cen...
I'm using this menu: link Exactly this one from the link, I copied directly from there, the question is , where it says "Project Name", I have to add a logo, how do I do it?
I made a header and retractable side menu, but I can not now organize the body of the site next to the menu, it always stays down and if I float left and right it gets occupying 10% of the screen size and glued to the right side.
HTML and CSS...
I need to develop an HTML document similar to the image below:
I'mhavingahardtimemakingconnections,lookwhatmyprojectis. Ineedyoutolookmoreorlesslikethis Myhtmllookslikethis:<!DOCTYPEHTML><htmllang="pt-br">
<head>
<meta c...
Problem
I'm implementing some controls in a prototype, and I'm creating an overlay panel to represent background processing, loading asserts from server, fetching data on server, anyway to represent that the system is working and the us...
I'm making a website that needs to get a svg from another site ( www.teste.com.br/imagem.svg )
and arrow it as the background. But I'm not getting it.
Here's how I'm doing:
<html>
<head>
<meta charset="utf-8" /...