In the picture below, in my markup, the page's title is "welcome to my sample web site" (not all caps ). However, in the split screen, the title is shown in all cap.
The code in the CSS is:
h1, h2, h3, h4, h5, h6 {font-size: 1.5em; Color: # 666666; Font-type: small-cap; Text-Conversion: None; Font-weight: 200; Margin-down: 0 pixels; } H1 {font-size: 1.6em; Padding-down: 0 pixels; Margin-down: 0 pixels; } .header h1 {font-weight: 700; Margin: 0 pixels; Padding: 0 px 0 px 0 px 20 px; White color; Border: None; Line-height: 2 AM; Font size: 2em; }
I want to display the title as I had coded in markup (not all caps).
I will try to change font-type: small-cap;
to font-different: normal;
Comments
Post a Comment