code inside pages
-
Hello!
I wrote some code at a page named for example contact.The problem that i have is that when i minimize my browser and reduce his length my element at that page doesnt fit to window.THE CODE at page contact
////open an external css style file
<link rel=”stylesheet” type=”text/css” href=”http://localhost/wordpress/wp-content/themes/raindrops/exstyle1.css”/>
<div>
///// make a link
<div class=”item1″ > HISTORY OF FMA</div>///css style at file
.item1{
transform:translate(510px,-370px);
position:relative;border:solid 2px #ed2828;
width:150px;
font-size:130%;
}AS i said that element item1 doesnt fit to window when i minimize or decreasing my browser.Any suggestion?
The topic ‘code inside pages’ is closed to new replies.
