Category: Wordpress

👍
Useful - 5
How to add your own styles in WordPress or edit existing ones? Very simple! There are several ways to do this. The first way (wrong way!) The most common way people edit styles in the templat...
👍
Useful - 2
We'll tell you about the easiest way to delete a template (theme) in Wordpress - deleting via admin dashboard. And also describe the second way, if for some reason you can not delete the theme from...
👍
Useful - 2
In this article, we'll look at an option to easily change the exit page (instead of wp-admin or wp-login.php) to the WordPress admin dashboard. Why do you need to hide the login to the admin das...
👍
Useful - 2
Default Login It's simple - login to the admin area is available at yoursite.com/wp-admin (instead of "yoursite.com" insert the url of your site). If you are not logged in, WordPress redirect...
👍
Useful - 4
In this article we will look at the option of how to set the required page as the website's Homepage (Front Page). There will be no code, we will do everything through the Wordpress admin dashboard...
👍
Useful - 2
Sometimes it happens such a problem - Title not displayed on the site, made on Wordpress. What may be the reason and how to fix it? Let's look at a few options. So, the first thing you should...
👍
Useful - 2
In this article, I'll show you how you can replace the standard Wordpress logo on the login screen with your own using code. So, you're trying to login to the site through the wp-login.php page....
CSS Головоломки в Telegram
Subscribe and don't miss:
Actual news
Interesting puzzles
Useful links
Our rating
🏆The best website hosting
9/10
8/10
8/10
4
8/10
8/10
7/10
7/10
Что читают?
🏆Популярные записи
How to make a burger menu – complete code and detailed explanation
Views: 56411
How to make a smooth zoom of the image on hover – effect on pure CSS
Views: 42571
Appearance of elements on scrolling
Views: 41854
How to center an image with CSS
Views: 25881
How to make a button click effect in CSS
Views: 19445
Check of knowledge
🤔How well do you know CSS?
Есть два блочных элемента, которые идут друг за другом в html. Какой будет оступ (margin) между ними, если задать им такие стили:

.top {
  height: 30px;
  background-color: blue;
  margin-bottom: 10px;
}
.bottom {
  height: 30px;
  background-color: red;
  margin-top: 20px;
}
    
10px
20px
30px
Viva Magenta
🤔Color of 2023
The Pantone Research Institute has chosen the color of the year for 2023. They became a carmine-red shade with a purple undertone, which was called Viva Magenta.
#bb2649