This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
*{ | |
padding:0; | |
margin:0; | |
} | |
img,div.teampic{ | |
width:80px; | |
height:80px; | |
} | |
body, | |
#main, |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="UTF-8"> | |
<title>三栏式布局</title> | |
<link rel="stylesheet" type="text/css" href="./style/三栏式布局-min.css"/> | |
</head> | |
<body> | |
<div id="main"> | |
<div class="teamleft"> |