You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: posts/how-to-center-a-div.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,14 @@
1
1
---
2
2
title: "3 Ways To Center A Div"
3
3
date: "2023-04-13"
4
-
excerpt: "Centering a div element in CSS can sometimes be a challenging task, but fear not! There are several methods you can use to achieve this. In this article, we will explore three popular ways to center a div using English terms."
4
+
tags:
5
+
- centering
6
+
- layout
5
7
---
6
8
7
-
Centering a div element in CSS can sometimes be a challenging task, but fear not! There are several methods you can use to achieve this. In this article, we will explore three popular ways to center a div using English terms.
9
+
Centering a div element in CSS can sometimes be a challenging task, but fear not! There are several methods you can use to achieve this. In this article, we will explore using English terms.
excerpt: "CSS (Cascading Style Sheets) is a styling language used for web development to define the layout, appearance, and design of web pages. It works in conjunction with HTML (Hypertext Markup Language) to create visually appealing and user-friendly websites."
3
+
title: "Introduction to CSS"
4
+
tags:
5
+
- typography
6
+
- colors
7
+
- layout
5
8
---
6
9
7
-
# Introduction to CSS
8
-
9
10
CSS (Cascading Style Sheets) is a styling language used for web development to define the layout, appearance, and design of web pages. It works in conjunction with HTML (Hypertext Markup Language) to create visually appealing and user-friendly websites.
10
11
12
+
<!-- end -->
13
+
11
14
## Benefits of CSS
12
15
13
16
- Separation of Concerns: CSS allows developers to separate the content (HTML) from the presentation (CSS) and behavior (JavaScript), making it easier to manage and maintain web pages.
0 commit comments