Questions tagged as 'webdesign'

3
answers

br is obsolete?

With the advent of responsive / adaptive / fluid layouts, it is becoming less common to use <br> to define layout spacing. Is not it recommended in these modern layouts or is it just a matter of programming practice to separate resp...
asked by 07.06.2018 / 16:11
1
answer

What is a Triple-A or AAA level site? What do I need for my site to be considered an AAA in accessibility?

I find accessibility very important, but I believe that I have neglected this good practice a lot and have been reading Web Content Accessibility (WCAG) 2.0 . So I noticed that there is a degree of accessibility that the site can receive A...
asked by 30.10.2018 / 13:24
5
answers

Internet Explorer, should I still worry about it?

Today when developing a new site , should I still be concerned about compatibility with older versions of Internet Explorer , or are we out of this phase already? I ask this because today I received the approval of a user of a site that we...
asked by 13.02.2014 / 19:28
2
answers

What is the difference between Template and Layout?

I'd like to know the semantic, visual difference and front-end and back-end web development. @edit Related: Is there any kind of dependency? To have the layout you need to have the template?
asked by 24.09.2015 / 21:47
2
answers

How to insert an image inside a CSS file?

I use a program here in the company that in its Web module it has its logo inserted directly in CSS something like: #logo img{ max-width:100%; background-image: 'data|base64=acSs....'; } How do I create this kind of background myself?...
asked by 13.12.2013 / 19:46
2
answers

How to make a menu that has a geometric figure in the center and is responsive?

So I'm a beginner in the Web Design area, and I'm having some issues with css on a site I'm developing. I have to make a fixed menu, which is nothing more than a normal bar, but that has a figure of a trapeze in its center and inside it, a se...
asked by 18.12.2014 / 23:44
2
answers

Curves / Waves in CSS

Is it possible to do in pure css or with some other technique these undulating effects (attached image)? I do not want to use images to make them.     
asked by 23.07.2015 / 19:53
2
answers

Should we use SVG or PNG icons for web sites?

Is it better to use icons in SVG or PNG formatting for websites? Why?     
asked by 22.02.2017 / 14:00
2
answers

How to use fonts on my Site?

Hello, I've always used Google sources on my sites, but I came across a project that has fonts that do not exist in Google Fonts. Can I use an external source, whatever it is? It is like? (I apologize if there are any similar questions, but I di...
asked by 24.11.2015 / 13:39
2
answers

Center Horizontally

I can not centralize my div in the middle of the page! I tried to use what they posted in this post , in this other post , in CSS Tricks and in a bunch of other sites on google and I can not centralize the div horizontally. CSS: ht...
asked by 15.04.2015 / 19:24