My personal website doesn't allow me to click on the links that I have added for web pages. Here is the CSS code I am using:
@font-face {
font-family: typewrite;
src: url(fonts/typewcond_regular.otf);
}
@font-face {
font-family: typewrite;
src: url(fonts/typewcond_bold.otf);
font-weight: bold;
}
@font-face {
font-family: typewriteSub;
src: url(fonts/typewcond_demi.otf);
}
div.header {
font-family: typewriteSub;
font-size: 30;
border-bottom: 4px solid #BDBDBD;
position: fixed;
top: 0px;
left: 0px;
width: 100%;
height: auto;
background-color: #FFFFFF;
z-index: 2;
}
...