html - Can't change font size of a href -


I want to change the font size of my single href which links back to the top of the page.

My HTML code:

  & lt; A href = "# topofpage" class = "top" & gt; Return to the top of the page & lt; / A & gt;  

My CSS code:

  a.top (font-size: 40px;}  

Try your CSS error

  a.top {font-size: 40px;}  

Comments

Popular posts from this blog

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -