Code clarification part defines the programming codes that were used to create all webpages. It consists of three parts including, used navigation techniques, reused codes and java script
These codes were used to modify navigation and unordered list inside of it . Taken from tutorials
nav > ul {
list-style-type: none; removes points of bullet
margin: 0; override default margins
padding: 0; override default paddings
overflow: hidden; used clipping content or to adding scrollbard
}
This code is used to modify navigation, unordered list and list of items
nav > ul > li {
float: left; each list item will be floated to the left,.
}
Styling of navigation
nav a {
Do'stlaringiz bilan baham: |