Artboard Academy

[BEST] Create a PERSONAL PORTFOLIO WordPress Website 2025 | WordPress Elementor Portfolio

Personal Portfolio Website

Free Resources πŸ‘‡ πŸ‘‡

CSS Snippet Image Masking πŸ‘‡ πŸ‘‡

				
					selector img{
    mask-image: linear-gradient (black,transparent);
    -webkit-mask-image: linear-gradient(black 70%, transparent 100%);
}
				
			

CSS Snippet Glass Effect πŸ‘‡ πŸ‘‡

				
					selector{
    backdrop-filter: blur(5px);
}
				
			

CSS Snippet Scroll on Hover Effect πŸ‘‡ πŸ‘‡

				
					selector{
    -webkit-transition: ease-in-out 4s !important;
    transition: ease-in-out 4s !important;
}
selector:hover{
    background-position: center bottom !important;
}
				
			

How to Create a Personal Portfolio Website: Step-by-Step Guide

Creating a personal portfolio website is an excellent way to showcase your work and skills. In this video, I walk you through the process of building a simple yet effective portfolio website. Here’s what you’ll learn:

Hero Section: Image Masking Effect

In the hero section, I’ve used a masking effect for the image to give it a unique and professional look. You can find the CSS used for this effect in the video.

Services Section: Glassmorphism Effect

The services section features a glass effect created using Elementor. This step-by-step guide will show you how to achieve the popular glassmorphism design. The required CSS is also provided in the video for your convenience.

Portfolio Section: Scroll on Hover Effect

In the portfolio section, I’ve added a scroll-on-hover effect to make the design more interactive. The video includes a detailed guide and the CSS you need to replicate this effect.

Watch the full video to learn how to create your own personal portfolio website with these simple techniques. Everything you need, from CSS to step-by-step instructions, is covered in detail. Start building your portfolio today!

Thank You!

Related Articles

Card Carousel

Create Horizontal Card Carousel with Text Overlay in WordPress | Portfolio Slider 2025

Free Resources πŸ‘‡ πŸ‘‡ Download FREE Template Download Pro Elements Fill the Form Below to Download Free TemplateπŸ‘‡ πŸ‘‡ CSS Snippet πŸ‘‡ πŸ‘‡ selector{ –radius: 25px; –height: 550px; –overlay: 0.75; } selector .swiper-slide{ display: flex; align-items: flex-end; border-radius: var(–radius); height: var(–height); } selector .swiper-slide:before{ content: “”; position: absolute; top: 0;

Read More Β»

Leave a Comment

Your email address will not be published. Required fields are marked *

Open chat
Artboard Academy
Hello πŸ‘‹
Can we help you?