<?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>くまだ &#8211; くまぶろぐ。</title>
	<atom:link href="https://weblife.ppmp556.com/author/weblif-ppmp556/feed/" rel="self" type="application/rss+xml" />
	<link>https://weblife.ppmp556.com</link>
	<description>フリーランスのWeb制作ブログ。Web制作やチーム制作、フリーランス活動について発信するブログ。</description>
	<lastBuildDate>Mon, 16 Mar 2026 08:44:29 +0000</lastBuildDate>
	<language>ja</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://weblife.ppmp556.com/wp-content/uploads/2021/04/kumadafabicon04.png</url>
	<title>くまだ &#8211; くまぶろぐ。</title>
	<link>https://weblife.ppmp556.com</link>
	<width>32</width>
	<height>32</height>
</image> 
<site xmlns="com-wordpress:feed-additions:1">192677179</site>	<item>
		<title>2022年フリーランス駆け出し編</title>
		<link>https://weblife.ppmp556.com/free-2022/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=free-2022</link>
					<comments>https://weblife.ppmp556.com/free-2022/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 21 Apr 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[フリーランス活動]]></category>
		<category><![CDATA[フリーランス経験]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32401</guid>

					<description><![CDATA[今回は開業してから1年後（2022年）の話を書きます。 （あまり思い出せないので短め） 2021年のお話はこちらです。 2022年　徐々に仕事が増える年 2021年開業と同時に結成したチームは自然消滅し、個人での仕事もほ [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/free-2022/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32401</post-id>	</item>
		<item>
		<title>【CSS】round()について</title>
		<link>https://weblife.ppmp556.com/css-round/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-round</link>
					<comments>https://weblife.ppmp556.com/css-round/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 14 Apr 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32370</guid>

					<description><![CDATA[どうも、くまだです。 CSSのround()についてのメモ。 CSSのround() CSSのround()関数は、指定した値をステップ値の整数倍に丸める関数です。 構文としては以下のようになります。 CSSで記述すると [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/css-round/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32370</post-id>	</item>
		<item>
		<title>【CSS】疑似クラス:user-valid と :user-invalid について</title>
		<link>https://weblife.ppmp556.com/user-valid-user-invalid/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=user-valid-user-invalid</link>
					<comments>https://weblife.ppmp556.com/user-valid-user-invalid/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 07 Apr 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32391</guid>

					<description><![CDATA[どうも、くまだです。 疑似クラス:user-valid と :user-invalid についてのメモ。 :user-valid と :user-invalid について :user-vaildと:user-invali [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/user-valid-user-invalid/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32391</post-id>	</item>
		<item>
		<title>【CSS】ダークモード切替【JS】</title>
		<link>https://weblife.ppmp556.com/color-scheme/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=color-scheme</link>
					<comments>https://weblife.ppmp556.com/color-scheme/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 31 Mar 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32388</guid>

					<description><![CDATA[どうも、くまだです。 ダークモード切替処理のメモ。 ダークモード切替 コードは以下になります。 See the Pen ダークモード切替 by kuma0605 (@kuma0605) on CodePen. ボタンをク [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/color-scheme/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32388</post-id>	</item>
		<item>
		<title>CSSのみで無限ループアニメーション</title>
		<link>https://weblife.ppmp556.com/css-loop/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=css-loop</link>
					<comments>https://weblife.ppmp556.com/css-loop/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 24 Mar 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32385</guid>

					<description><![CDATA[どうも、くまだです。 CSSのみで無限ループアニメーションのメモ。 無限ループアニメーション コードは以下になります。 loopしたいテキストを横に並べて、@keyframesで設定したアニメーションを書く。 trans [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/css-loop/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32385</post-id>	</item>
		<item>
		<title>【splide】スライド枚数が少ないときの処理</title>
		<link>https://weblife.ppmp556.com/splide/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=splide</link>
					<comments>https://weblife.ppmp556.com/splide/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 17 Mar 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[JavaScript]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32379</guid>

					<description><![CDATA[どうも、くまだです。 splideでスライド枚数が少ないときの処理のメモ。 スライド枚数が少ないときの処理 splideはスライダーライブラリのひとつです。 splideを使うときは以下のコードをheadタグに記述します [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/splide/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32379</post-id>	</item>
		<item>
		<title>【CSS】overscroll-behavior プロパティでスクロール制御</title>
		<link>https://weblife.ppmp556.com/overscroll-behavior/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=overscroll-behavior</link>
					<comments>https://weblife.ppmp556.com/overscroll-behavior/#respond</comments>
		
		<dc:creator><![CDATA[くまだ]]></dc:creator>
		<pubDate>Tue, 10 Mar 2026 08:30:00 +0000</pubDate>
				<category><![CDATA[Web制作]]></category>
		<category><![CDATA[CSS]]></category>
		<guid isPermaLink="false">https://weblife.ppmp556.com/?p=32376</guid>

					<description><![CDATA[どうも、くまだです。 CSSのoverscroll-behavior プロパティに関するメモ。 overscroll-behavior プロパティ overscroll-behavior プロパティとは、スクロールコンテ [&#8230;]]]></description>
		
					<wfw:commentRss>https://weblife.ppmp556.com/overscroll-behavior/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
		<post-id xmlns="com-wordpress:feed-additions:1">32376</post-id>	</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Disk: Enhanced  を使用したページ キャッシュ

Served from: weblife.ppmp556.com @ 2026-04-24 22:19:24 by W3 Total Cache
-->