At 23:17 +0100 on 06/20/2013, Philip Taylor wrote about Re: [css-d]
accents on e in Resume:
Incidentally, as you can type e-acute ("é") in your e-mail, why
not enter them the same way in your web page ? I assume you
are working in UTF-8 and not ASCII/ISO-8859-1.
This letter is part of the IS
On 21.6.2013 2:05, Angela French wrote:
Let's say you have N-number of paragraphs in an article, and you want the last
paragraph to have some different attributes as the other, such as a greater
margin-bottom.
Is there a way to describe that in css?
Thank you!
John
You mean like this:
p:la
>
>Let's say you have N-number of paragraphs in an article, and you want the last
>paragraph to have some different attributes as the other , such as a greater
>margin-bottom.
>
>Is there a way to describe that in css?
>
>Thank you!
>
>John
You mean like this:
p:last-child
{
background:#ff00
>
>And that is not a surprise. The 'Apple Gothic' font does not contain glyphs for
>those characters. Browsers then look up further down the chain, find Futura and
>use that for rendering the character. All perfectly normal.
>
>Why did you choose 'Apple Gothic' in the first place? That is an (old)
Le 21 juin 2013 à 07:57, COM a écrit :
> Let's say you have N-number of paragraphs in an article, and you want the
> last paragraph to have some different attributes as the other , such as a
> greater margin-bottom.
p:last-of-type {}
p:last-child {}
depending on context.
http://www.w3.org/T
Le 21 juin 2013 à 06:32, Angela French a écrit :
> You know the little accents over the e's in the word résumé?
> I have coded them two different ways:
>
> Résumé Writing
> Résumé Writing
>
> The font family is: font-family: "Century Gothic","Apple
> Gothic",AppleGothic,"URW Gothic L","Avant
Let's say you have N-number of paragraphs in an article, and you want the last
paragraph to have some different attributes as the other , such as a greater
margin-bottom.
Is there a way to describe that in css?
Thank you!
John
___
Angela French wrote:
> Hello, You know the little accents over the e's in the word résumé?
> I have coded them two different ways:
>
> Résumé Writing Résumé
> Writing
>
> The font family is: font-family: "Century Gothic","Apple
> Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-s
Hello ,
You know the little accents over the e's in the word résumé?
I have coded them two different ways:
Résumé Writing
Résumé Writing
The font family is: font-family: "Century Gothic","Apple
Gothic",AppleGothic,"URW Gothic L","Avant Garde",Futura,sans-serif;
In every desktop browser I tes