Joined
·
1,624 Posts
This is a homework assignment for class that I want to look good.
So I am attempting to make my links when hovered over blow up or increase in size if you will to 150%.
I tried
Code:
but it isn't working correctly.
Here are my current links using styling tags.
Code:
And here is my entire code with no content yet. Trying to get the skeleton of the webpage up first.
Code:
Anyways thanks for looking it over.
I've posted at other website but those guys are such jerks. So it's back to good ol' trusty OCN.
So I am attempting to make my links when hovered over blow up or increase in size if you will to 150%.
I tried
Code:
Code:
a:hover
{
font-size:150%;
}
Here are my current links using styling tags.
Code:
Code:
<!-- begin footer -->
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="../../index.htm">Home
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="shopping.htm">Shopping
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="restaurants.htm">Restaurants
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="tvradio.htm">TV & Radio
<!-- test code here -->
<a style="hover; font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="activities.htm">Activities
<!-- end footer -->
Code:
Code:
<!DOCTYPE html>
<!--
documentation segment
website: Pittsburgh
web page: pittsburgh.htm
author: manderson
date created: feb.2013
-->
60's
<!-- begin wrapper -->
<!-- begin master -->
<!-- begin message -->
<a name="shopping"/>
Click on what you want to know about!
<!-- end message -->
<!-- begin content -->
<!-- end content -->
<!-- begin footer -->
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="../../index.htm">Home
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="shopping.htm">Shopping
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="restaurants.htm">Restaurants
<a style="font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="tvradio.htm">TV & Radio
<a style="ex2:hover; font-family:Trebuchet MS; font-size:.9em; font-weight:900; color:#c1cdcd"; href="activities.htm">Activities
<!-- end footer -->
<!-- end master -->
<!-- end wrapper -->

