# CSS font size issue

**URL:** https://forum.kirupa.com/t/css-font-size-issue/192546
**Category:** web dev
**Created:** [June 29, 2006, 10:43am UTC](https://forum.kirupa.com/t/css-font-size-issue/192546 "2006-06-29T10:43:48Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wickedBoy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wickedboy/32/1100_2.png) [@wickedBoy](https://forum.kirupa.com/u/wickedBoy)
#### Post date: [June 29, 2006, 10:43am UTC](https://forum.kirupa.com/t/css-font-size-issue/192546/1 "2006-06-29T10:43:48Z")

</div>

I’m using this code in my html file to line up links at the end of my page :

```auto
<div class="footer">
 <div align="center">
 - <a href="http://www.w3schools.com/flash/default.asp">W3Schools</a>

```

I would like the text to be size 12 , but not sure how to change that.

wB
