Search
 
SCRIPT & CODE EXAMPLE
 

HTML

portfolio website html css

// check https://www.awwwards.com 
// has some nice portfolios and is gud for inspiration
Comment

how to work on portfolio in html and css

<!-- about section-->
    <section id="about">
        <div class="container mt-4 pt-4">
            <h1 class="text-center">About Me</h1>
            <div class="row mt-4">
                <div class="col-lg-4">
                    <img src="images/about.jpeg" class= "imageAboutPage" alt="">
                </div>

                <div class="col-lg-8">
                    <p> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged
                        
                    </p>
                    <div class="row mt-3">
                        <div class="col-md-6">
                            <ul>
                                <li>Name: David Parker</li>
                                <li>Age: 28</li>
                                <li>Occupation: Web Developer</li>

                            </ul>
                        </div>
                        <div class="col-md-6">
                            <ul>
                                <li>Name: David Parker</li>
                                <li>Age: 28</li>
                                <li>Occupation: Web Developer</li>

                            </ul>
                        </div>
                    </div>
                    <div class="row mt-3">
                        <p> Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
                            Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.
                        </p>
                    </div>
                </div>
            </div>
    </section>
Comment

PREVIOUS NEXT
Code Example
Html :: email verification template html 
Html :: react element assign multiple attributes 
Html :: bootstrap color a div 
Html :: anatomy of a html document 
Html :: mobile menu bootstrap 
Html :: html month set default 
Html :: iconos html 
Html :: how to create a carousel by using bootstrap?? 
Html :: image background drawable android studio 
Html :: how to add see button in password input in html 
Html :: examples of metadata 
Html :: Basic progressbar with percentage values 
Html :: html input on enter 
Html :: html play audio programmatically 
Html :: popup 
Html :: save html file in mysql 
Html :: contact form feilds 
Html :: status code 201 
Html :: html number input with commas 
Html :: html entity close 
Html :: html5 time input 24 hour format 
Html :: gjgug 
Html :: add text to pdf footer html 
Html :: name attribute use case html 
Html :: Testing the dom api 
Html :: Creating WebLinks in a ReadME 
Html :: komodo ide 13 
Html :: x and y in javascript 
Html :: how to embed a chess in our blogger page 
Html :: crear un nuevo email en html para reply to 
ADD CONTENT
Topic
Content
Source link
Name
2+7 =