记第一次网站设计稿

记第一次网站设计稿_第1张图片
记第一次网站设计稿_第2张图片记第一次网站设计稿_第3张图片

home的html&css代码




  
  
  
  Present
  


  
  
ARCHITECTURE Vitra Design Museum, Weil am Rhein, Germany Photo by Victor Garcia on Unsplash
museum
*{
  font-family: Square721 BT;
}

.container{
  max-width: 90%;
  margin: 0 auto;
  display: block;
}

.nav{
  height: 120px;
}

.fl{
  float: left;
}

.fr{
  float: right;
}

.clear-float:after,
.clear-float:before{
  content:" ";
  display:block;
  clear:both;
}

.nav .fl img{
  width: 60px;
  margin: 30px 20px 10px;
}

.nav .fr{
  width:600px;
}

.nav .fr img{
  width: 30px;
  margin: 60px auto 10px;
  padding: 0 50px 0 0;
}

.nav .fr .sc{
  float: left;
}

.nav .fr .em{
  float:right;
}

.content img{
  width: 430px;
  padding: 40px 60px 0 0;
  position:relative;
  right: 109px;
  z-index: -1;
}

.content{
  display:flex;
  max-width: 90%;
  margin: 0 auto;
}

.content_introduce{
  display: flex;
  flex-direction: column;
}

.content_nav{
  display: flex;
  flex-direction: column;
   width: 30%;
   padding: 50px 0 ;
}

.content_nav a{
  font-size: 18px;
  color: #5f5f5f;
  padding: 10px 20px;
  text-decoration: none;
  width: 100px;
}

.content_nav a:hover{
  font-weight: bold;
}

.content_introduce{
  padding: 150px 0;
}

.content_introduce .int1{
  font-size: 20px;
  font-weight: 500;
  padding: 5px 0;
}

.content_introduce .int2{
  font-size: 50px;
  font-weight: 800px;
}
.content_introduce .int3{
  font-size: 11px;
  font-weight: 200;
  padding: 10px 0;
  color:#5f5f5f;
}

你可能感兴趣的:(记第一次网站设计稿)