Search
 
SCRIPT & CODE EXAMPLE
 

CSS

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
Css :: how to override material ui css 
Css :: tailwind css flex-row-reverse for grid reverse 
Css :: display flex align last item to left 
Css :: dropdown size based on text 
Css :: css forbidden cursor 
Css :: animate.css not working 
Css :: float: down css 
Css :: change image color with css 
Css :: text background in css 
Css :: css negative padding 
Css :: display flex overflow hidden slider 
Css :: css span to right of div 
Css :: box shadow example 
Css :: How to install tailwind cdn 
Css :: JavaScript find common characters between the strings 
Css :: flip something css 
Css :: css offset border 
Css :: make css variable negative 
Css :: ordered list indent 
Css :: css footer always at bottom but visible 
Css :: format hexagonal css get 
Css :: debordement de texte css 
Css :: bootstrap grid only css npm install 
Css :: offsetx and offsety in css 
Css :: css @apply 
Css :: how to make focus outline round in html 
Css :: ipad pro css 
Css :: error 404 flask on css file 
Css :: hover bg change 
Css :: css animation-name 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =