css - Question about VS 2010 web application template (html markup) -
css - Question about VS 2010 web application template (html markup) -
in image below, in markup, title of page "welcome sample web site" (not caps). however, in split screen, title shown in caps.
the code in css is:
h1, h2, h3, h4, h5, h6 { font-size: 1.5em; color: #666666; font-variant: small-caps; text-transform: none; font-weight: 200; margin-bottom: 0px; } h1 { font-size: 1.6em; padding-bottom: 0px; margin-bottom: 0px; } .header h1 { font-weight: 700; margin: 0px; padding: 0px 0px 0px 20px; color:white; border: none; line-height: 2em; font-size: 2em; } i want display title coded in markup (not caps).
i seek changing font-variant: small-caps; font-variant: normal;
css visual-studio-2010
Comments
Post a Comment