How To Create A Project Section Using HTML CSS And JavaScript
Learn how to make a Project Section for your website using HTML, CSS, and JavaScript. Easy way to create Project Section using HTML, CSS, JavaScript. I also provide you HTML, CSS, And JavaScript Code which helps you to understand this Tutorial.
How to make a Project Section using HTML, CSS, and JavaScript
- 00:00 - 01:50 min : Intro
- 01:50 - 18.00 min: Create Project Section for your website Using HTML, CSS, and JavaScript
This is the basic HTML which is important for all HTML files. I import Poppins in this HTML file using Styling from google because most people do not have Poppins font on their devices.
Side Login and Registration Form Bar
➤Project Section HTML Code have given below.
Portfolio Section Let's See My WorkMY PROJECTS
- All
- Application
- App Design
- Website Designs
- AI
➤project Section CSS Code is have given below.
*{ margin: 0px; padding: 0px; font-family: poppins; box-sizing: border-box; } a{ text-decoration: none; } ul{ list-style: none; } body{ margin: 0px; padding: 0px; font-family: poppins; } #project{ display: flex; justify-content: center; align-items: center; flex-direction: column; margin: 50px 0px; } .project-heading{ margin-top: 20px; display: flex; flex-direction: column; } .project-heading h3{ font-size: 2.7rem; font-weight: 600; text-transform: uppercase; } .project-heading span{ color: #f33c3c; } .portfolio-filter{ display: flex; justify-content: center; align-items: center; margin-top: 20px; border: 1px solid rgb(237, 237, 237,0.6); flex-wrap: wrap; margin: 20px; } .portfolio-filter li{ margin: 10px; padding: 5px 20px; color: #9b9b9b; font-size: 1rem; letter-spacing: 0.5px; font-weight: 400; cursor: pointer; user-select: none; } .portfolio-filter-active{ background-color: #f0f0f0; color: #272727 !important; } .portfolio-container{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap; max-width: 1200px; margin: auto; } .portfolio-box{ width:330px; padding: 15px; border: 1px solid #eeeeee; margin: 20px; } .portfolio-box img{ width: 100%; height: 100%; border-radius: 5px; overflow: hidden; } @media(max-width:740px){ .portfolio-filter{ background-color: #f9f9f9; border: 1px solid rgba(0, 0, 0, 0.05); } .portfolio-filter-active{ background-color: #ffffff; border: 1px solid rgb(219, 219, 219); } .portfolio-box{ width:80%; } } @media(max-width:550px){ .project-heading h3 { font-size: 1.8rem; } }
You just provided html and css code, where is the jsquery code..
ReplyDeleteThe page is looking nice but it is not responsive