Home > Web Front-end > H5 Tutorial > body text

HTML5 css3 website menu implementation code_html5 tutorial skills

WBOY
Release: 2016-05-16 15:48:29
Original
1720 people have browsed it

The difficulty of implementation lies in: the two selectors first-child and last-child, and later the application of margin-left:-1px; and the technical processing of 33% and 34% width.

Another difficulty is: the implementation of box-shadow:1px 0 0 #F1F1F1 inset;.

Finally:

Copy the code
The code is as follows:

background:- webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#b6b4b4));background:-moz-linear-gradient(top, #f9f9f9, #b6b4b4);background:-o-linear- gradient(top, #f9f9f9, #b6b4b4);background:linear-gradient(top, #f9f9f9, #b6b4b4);


Copy code
The code is as follows:



http://www.w3.org/1999/xhtml" xml :lang="en">


< ;title>html5,css3 menu








Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!