<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>css &#8211; SOAP.ZONE</title>
	<atom:link href="https://soap.zone/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://soap.zone</link>
	<description>Creativity Internet Studio</description>
	<lastBuildDate>Mon, 29 Apr 2024 18:21:24 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.6</generator>

<image>
	<url>https://soap.zone/wp-content/uploads/2025/02/cropped-LOGO-1-32x32.jpg</url>
	<title>css &#8211; SOAP.ZONE</title>
	<link>https://soap.zone</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>Limit the number of lines in a block using CSS</title>
		<link>https://soap.zone/2024/04/29/limit-css/</link>
		
		<dc:creator><![CDATA[soap.zone]]></dc:creator>
		<pubDate>Mon, 29 Apr 2024 17:48:35 +0000</pubDate>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[css]]></category>
		<guid isPermaLink="false">https://soap.zone/?p=1702</guid>

					<description><![CDATA[Add the following to the styles file .your-blocks { margin: 2rem 0 1rem 0; line-height: 2rem; max-height: 8rem; -webkit-box-orient: vertical; display: -webkit-box; overflow: hidden!important; text-overflow: ellipsis; -webkit-line-clamp: 2; }]]></description>
										<content:encoded><![CDATA[<p>Add the following to the styles file</p>
<pre>.your-blocks  {
    margin: 2rem 0 1rem 0;
    line-height: 2rem;
    max-height: 8rem;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden!important;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
}</pre>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
