Home > Web Front-end > HTML Tutorial > Use iframe to display weather with effect screenshots in web pages_HTML/Xhtml_Web page production

Use iframe to display weather with effect screenshots in web pages_HTML/Xhtml_Web page production

WBOY
Release: 2016-05-16 16:36:38
Original
1542 people have browsed it

css:

复制代码
代码如下:

*{margin:0;padding:0;list-style-type:none;}
a,img{border:0;}
body{font:12px/180% Arial, Helvetica, sans-serif, "新宋体";}
/* demo */
.demo{width:800px;margin:0 auto;}
.demo div{margin:40px 0 0 0;}

html:

复制代码
代码如下:






















部分效果:
 
我在项目中做了一个下面的效果
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