Website : My Personal Blog

- Part 7 -

A single page personal blog website design. Created for making blog for bloggers.
This personal blog website template has been designed by BirdaoGwra.com for you, for free.
You can replace all this text with your own text as well as all the images with your own images. Feel free to use it wherever you see it fits.
A shadow glow is appeared when something is typed in the input filed and than the text is removed. You can add the below code after input focus to remove the shadow glow or box shadow effect of the input field.
You can find the css code inside the download folder.

.

input[type="email"]:active:focus,
input[type="email"]:focus {
outline: none;
}



input[type="email"]:required,
input[type="email"]:invalid {
box-shadow: none;
}

This is a single page website. You can add more pages according to your need.

My personal blog image

I captured the designing of the webpage and uploaded on youtube. You can watch the video on youtube.

You can download the file below and change it as you want.

141