Hi everybody! Using HTML, CSS, and JavaScript, you will learn
how to create a responsive portfolio bootstrap template free using HTML CSS And BOOTSTRAP in this Blog.
Using standard JavaScript, users can use the navigation buttons on the web design moving car animation website design to navigate through each slide. The clip-path property is utilized for the transition on the slide. I hope that when you design a website with online moving car animation , this video will be helpful.
-
Responsive Movie Landing Page Website Design
-
Anime Website Design Using HTML CSS JavaScript
-
Online Cake Shop Website Design With Source Code
-
Hotel Booking Website Design HTML CSS and JAVASCRIPT
You can download all of the source files and codes from this location. The code from the text editors must be copied and pasted. Try it out first by watching the video tutorial. It will assist you in comprehending everything. After that, if your code isn’t working right, look at the source codes provided and compare them to your own. It will assist you in comprehending everything, including your errors.
Index.html
START BOOTSTRAP
START BOOTSTRAP
Graphis Artist - web Designer - Illustrator
PORTFOLIO
LOG CABIN
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry.
TASTY CAKE
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry. 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.
CIRCUS TENT
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry. 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.
CONTROLLER
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry. 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.
LOCKED SAFE
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry. 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.
SUBMARINE
"Neque porro quisquam est qui dolorem ipsum quia dolor sit amet, consectetur, adipisci velit..."
"There is no one who loves pain itself, who seeks after it and wants to have it, simply because it is pain...
" Lorem Ipsum is simply dummy text of the printing and typesetting industry. 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.
ABOUT
Freelancer is a free bootstrap theme created by Start Bootstrap. The download includes the complete source files including HTML, CSS, and JavaScript as well as optional SASS stylesheets for easy customization.
You can create your own custom avatar for the masthead, change the icon in the dividers, and add your email address to the contact form to make it fully functional!
CONTACT ME
style.css
.navhead{
background-color: #2c3e50 !important;
padding:22px !important;
}
.navmain{
font-size: 28px !important;
font-weight: bold !important;
}
.nav_btn{
color: #fff !important;
background-color: #1abc9c !important;
font-weight:bold !important;
font-size: 20px !important;
}
.nav_links{
font-weight: bold !important;
font-size: 17px;
}
.nav_item a{
color: #fff !important;
}
.nav_item a:hover{
color: #1abc9c !important;
}
.main{
background-color: #1abc9c;
height: 800px;
}
.main_items{
height:300px;
text-align: center;
padding:100px;
}
.main_items img{
margin-top:-25px;
}
.main_items h1{
color: #fff !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
font-size: 64px;
margin-top:-75px;
}
h2{
color: #2c3e50;
font-family: sans-serif;
margin: 100px auto;
text-align: center;
font-size: 40px;
max-width: 600px;
position: relative;
}
h2::before{
content: "";
display: inline-block;
width: 97px;
height: 4px;
background-color:#2c3e50;
position: absolute;
right: 56%;
top: 50%;
border-radius: 10px;
}
h2::after{
content: "";
display: inline-block;
width: 97px;
height: 4px;
background-color: #2c3e50;
position: absolute;
left: 56%;
top: 50%;
border-radius: 10px;
}
.main_items p{
font-size: 24px;
line-height:94px;
color: #fff;
font-family: 'Lato', sans-serif;
}
.port{
height:700px;
text-align: center;
margin:30px;
}
.port h1{
margin: 30px;
text-align: center;
font-size: 50px;
font-weight: bold;
}
.port_star{
height:100px;
position: relative;
margin-top:-80px;
}
.port_star i{
color: #000000;
font-size: 30px;
}
.port_star h2{
color: #000000;
font-family: sans-serif;
margin: 100px auto;
text-align: center;
font-size: 40px;
max-width: 600px;
position: relative;
}
img{
border-radius: 10px;
max-width: 100%;
height:500px;
}
.relative{
height:239.77px;
width: 332px;
position: relative;
}
.relative img{
height:239.77px;
width: 332px;
}
.absolute{
width: 332px;
top: 0px;
left: 9px;
right: 0px;
position: absolute;
background-color: #28a745;
opacity: 0.9;
height:0;
overflow: hidden;
margin-left: 15px;
border-radius: 10px;
}
.absolute i{
position: absolute;
color: #fff;
text-align: center;
top:40%;
left: 45%;
font-size: 52px;
}
.relative:hover .absolute{
height:239.77px;
}
.modal_text h5{
margin: 30px;
text-align: center;
font-size: 50px;
font-weight: bold;
}
.about{
background-color: #1abc9c;
height:600px;
}
.about_text{
height:500px;
text-align: center;
padding: 100px;
}
.about_text h1{
color: #fff !important;
font-family: 'Lato', sans-serif;
font-weight: bold;
font-size: 3rem;
}
.row_text{
height:215px;
}
.text_par{
font-size: 19px;
text-align: left;
color: #fff;
line-height: 30px;
}
.btn_text{
color: #fff !important;
height:60px;
width:auto;
font-family: 'Lato', sans-serif;
}
.btn_text:hover{
color: #000 !important;
}
.contact{
height:700px;
}
.contact_text{
height: 500px;
}
.contact_text h1{
color: #2c3e50;
font-family: 'Lato', sans-serif;
font-weight: bold;
font-size: 3rem;
text-align: center;
}
.contact_input{
height:300px;
}
.footer_text{
background-color: rgb(44, 62, 80);
height:250px;
}
.footer_con{
height:250px;
padding:24px;
}
p{
color: #fff;
}
h4{
font-size: 24px;
color: #fff;
}
.copywright{
background-color: rgb(26, 37, 47);
height:90px;
}
.container_text{
padding:24px;
}
.container_text p{
text-align: center;
color: #fff;
}
images
![]() |
portfolio bootstrap template |
![]() |
portfolio bootstrap template |
![]() |
portfolio bootstrap template |
portfolio bootstrap template |
![]() |
portfolio bootstrap template |
![]() |
portfolio bootstrap template |
![]() |
portfolio bootstrap template |