CSS3 is an abbreviation of Cascading Style Sheets level 3. CSS is a language for describing the visual presentation of documents described by a markup language. The markup language most commonly used in conjunction with CSS is HTML (Hyper Text Markup Language).
0
votes
0answers
17 views
Problem with a simple template on CSS [migrated]
I'm learning how to make a simple template with CSS e HTML5 but i've got a problem: i want to make a container with sidebar and articles list but it dosen't work.
See to believe: ...
-1
votes
1answer
31 views
Centering vertically with flexbox in Safari [closed]
I'm trying to center (vertically and horizontally) a big content img using display: flex and although it works perfect in Chrome, the code does not center the image at all in Safari.
I'm using Chris ...
0
votes
0answers
12 views
Need help with understanding CSS3 animations [migrated]
I am trying to learn animations in CSS3 but Im stuck with all the documentation out there. I have this code:
h1{
-webkit-animation: moveDown 1.s ease-in-out .6s backwards;
...
1
vote
1answer
61 views
CSS3 allowed in email? [closed]
I cannot find any answers or discussions if CSS3 is allowed in HTML emails from the search box. I am wanting to update my company newsletters and campaigns but I don't know what properties are ...
3
votes
1answer
30 views
What's the threshold for creating data URI in css?
I'm interested in benchmarking, or best practices.
I have 10 icons on my website.
They are all background:url(..) no-repeat;
Assuming sprites are not the answer (for any god given reason) how big or ...
0
votes
1answer
44 views
suggested ways of handling font-face and minification [closed]
I have a css file with a font-face section in it. Are there any known issues around using minification tools from google/yahoo when applying them on a css file with a font-face section. If so, what ...
2
votes
0answers
39 views
CDN for zocial css file [closed]
I am looking to use zocial css file for a site and need to figure out if any CDN hosts this file. If not, I will resort to using the local server (or my own CDN package). I do not think relying on ...
2
votes
2answers
78 views
Do I need a brand new template for mobile web-app?
I've a web-application currently serving only desktop clients.
I will be creating a mobile-friendly version of the application.
I am wondering:
Do I need to create the design from scratch and use ...
1
vote
1answer
234 views
why isn't mozilla rendering my custom fonts
I working on a website - goodmorninghomes.com
The site looks perfect in all browsers including internet explorer but not in mozilla and the problem is the different fonts. I have included some custom ...
0
votes
0answers
15 views
How can I improve this hover state? [closed]
Any ideas on improving this hover state of an image? The image is of a surfer and I am showing basic information about him. I want ideas on improving the box which displays that information. Currently ...
1
vote
0answers
44 views
@Viewport @media use for input type?
I've searched high and low for some way to setup my HTML5/CSS3 for various devices. Going by screen resolution isn't the best route because some times the screen size of one device is the same as ...
-3
votes
1answer
60 views
I want to be a freelance web designer. What other up to date technologies/skills would you add to this list? [closed]
Technologies I need to know: HTML, HTML5, CSS, CSS3, jQuery, CSSLESS, ASP.NET, SQL, WordPress, PHP
Skills needed: media querys/responsive design, browser compatability, graphic design, user interface ...
2
votes
2answers
66 views
How and where to place - css, html and images in email to make it a HTML email? [closed]
How and where to place - css, html and images in email to make it a HTML email?
I have seen many advertising emails in my inbox and I am curious to know how does the email body display the HTML.
0
votes
4answers
166 views
Web development and tips for building a website and the advantages of using HTML 5 in the site [closed]
I am trying to make a website for my college, and the program starts from jan 13 and we get 15 days of time to develop a running site.
The best site will become the college site. I am participating, ...
3
votes
6answers
439 views
Is it a good idea to design website with HTML 5 and css3?
New HTML5 and CSS3 introduced lot of new features,although it is not completely supported by most of the browsers.Is it a good idea to design a website using HTML5 and css3?
and for browsers which ...