
Category: CSS
Articles on CSS tips and tricks

![Responsive Screen Sizes [ ** ] [*] []](https://i0.wp.com/webdevpuneet.com/wp-content/uploads/2024/08/responsive-screen-sizes.png?resize=762%2C675&ssl=1)
Responsive Screen Sizes [ ** ] [*] []
2k – 2560 x 1290 Full HD – 1920 x 930 Laptop – 1366 x 625 Mac Laptop – 1437 x 813 Mac Laptop – 1920 x 1200 Small Laptop – 1280 x 580 Chrome ExampleResponsive Media Queries – CSS
@media (max-width:1800px) { } @media (max-width:1400px) { } @media (max-width:1300px) { } @media (max-width: 1199.98px) { } @media (max-width: 1199.98px) { } @media (max-width: 991.98px) { } @media (max-width: 767.98px) { } @media (max-width: 575.98px) {...
Outlined Text With CSS
Here is an example of creating an outlined/stroked text with the help of CSS. See the Pen Outlined Text by Puneet Sharma (@webdevpuneet) on CodePen.