zilongxuan001 / LearnFreecode

0 stars 0 forks source link

(头部介绍)代码分析02 #140

Open zilongxuan001 opened 6 years ago

zilongxuan001 commented 6 years ago

138

<header>
    <div class="intro-text">
        <p>Front-End Developer and UX/UI designer, with practical experience in project management, branding strategy, and creative direction;  devoted to functional programming and information architecture.</p>
         <hr class="star-bright"/>
          <span class="skills">Web Developer - User Experience Designer - Graphic Artist</span>
     </div>
     <img src="http://qlip.in/images/avatar.jpg" alt="A picture of Justin looking at San Francisco from across the Golden Gate Bridge." title="A picture of Justin looking at San Francisco from across the Golden Gate Bridge."/>
  </header>

class="intro-text" 没搜索到是什么意思?

zilongxuan001 commented 6 years ago

Front-End Developer and UX/UI designer, with practical experience in project management, branding strategy, and creative direction; devoted to functional programming and information architecture.


Web Developer - User Experience Designer - Graphic Artist
A picture of Justin looking at San Francisco from across the Golden Gate Bridge.
zilongxuan001 commented 6 years ago

代码框架

<header>
    <div>
        <p></p>
         <hr>
         <span></span>
    </div>
    <img src="" alt="">  
</header>