What's new

Closed Help po sa paggawa ng portfolio ko

Status
Not open for further replies.

GHaX25

Eternal Poster
Established
Joined
Jan 25, 2017
Posts
473
Reaction
107
Points
263
Age
28
Hi po patulong po sa pagposition sa menu ng portfolio ko sa baba ng header ko center po sana para maging responsive siya.
Salamat sa tutulong po ipapasa ko na bukas d kona alam kaya humingi na ako ng tulong...
 

Attachments

#header img{
width:100%;
height:150px;
}
#nav{
Width:100%;
Height:57px;
}
#nav ul{
Margin:0px auto;
Padding:0px;
Liststyle:none;
}
#nav ul li{
Float:left;
}
#sidebarright{
Float:left;
Height:50%;
Width:20%;
Margin-top:0;
}
#sidebarleft{
Float:left;
Height:50%;
Width:20%;
Margin-top:0;
}
 
#nav ul {
list-style:none; /* ito yung bullet sa <li> tag para mawala */
}

#nav li {
float:left;
}


dont forget na ilagay itong

.clear { clear:both; } after ng </div> ng both sidebar i mean sa dulo ng isang sidebar. para mag align siya.
 
Status
Not open for further replies.

Similar threads

Back
Top