Formulir Kontak

Name

Email *

Message *

Latest Posts

How to Make Comments in CSS

Post a Comment
The comment is a special syntax that is used to provide an explanation of the code that we make. The web browser will not execute comments that we write to the program. In CSS, comments are writte…

How to Create a Simple Form with CSS

Post a Comment
A form is a document that is used to input or retrieve data from the user. In the traditional method, the forms that we often encounter are usuall…

How to Create an Overflow Class with Bootstrap 5

Post a Comment
Overflow is a class used to wrap content contained in an element. These contents can be in the form of text, images, or videos. In this tutorial, …

How to Create an Overflow-x and Overflow-y using Bootstrap 5.

Post a Comment
In the previous tutorial, we learned how to create a basic overflow . In this tutorial, we will learn how to create an overflow class for vertical…

How to Create Overflow Property with CSS

Post a Comment
The overflow property in CSS is used to set how content that exceeds the size of the element can be displayed. For example, if we want to create a…

How to Create a Simple Form with Bootstrap 5

Post a Comment
A form is a document that is used to collect data from users. We know that service providers need essential information or data from their users f…

Knowing What Different about Content, Padding, Border, and Margin

Post a Comment
When we make an element or content within the blog, we need to customize the element that we made. It is intended that the element can appear good…
Newest Oldest