web design Flashcards

1
Q

A front-end developer works with languages like…

A

HTML, CSS and JavaScript

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

When you use very big font-sizes, you should…

A

Decrease font-weight

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Why does color make such a great difference in web design?

A

Because there are psychological effects behind each color

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Putting text directly on an image only works when:

A

The image is dark and the text is white

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

How does the floor fade technique work?

A

The image fades towards black at the bottom, with white text written over it

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the css code to apply an overlay on the image?

A

.darken {
background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url(YOUR IMAGE HERE);
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the css code to apply a floor fade?

A

.floor-fade {
background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6) ), url(YOUR IMAGE HERE);
}

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

How do icons help users?

A

It allows users to quickly browse through a webpage and get an idea of what the website is all about.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What are the two rules of using icons for actions and links?

A
  1. Icons should be recognizable

2. Label your icons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

T or F: Icons should play the main role.

A

False. It should be a supporting role, and not be the center of attention.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

___ ____ use smooth vector images instead of raster images to display icons on your website.

A

font icons

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

______ is the key to create clean and minal websites.

A

whitespace

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

What are the four rules of applying whitespace?

A
  1. Put whitespace between your elements
  2. Put whitespace between your groups of elements
  3. Put whitespace between your website’s sections.
  4. But don’t exaggerate
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

What are the three rules to defining heirarcy?

A
  1. Define where you want your audience to look first.
  2. Establish a flow that corresponds to your content’s message.
  3. Use whitespace to build that flow
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Why should we use icon fonts if possible?

A

Because they scale endlessly and therefore don’t blur.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Whitespace is the key to…

A

create a clean and simple look

17
Q

When you design visual heirarchy…

A

You walk your users through the content’s message.

18
Q

design should serve the ______.

A

content