<?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>RumahPixel.com &#124; Jasa Pembuatan Website &#187; css</title>
	<atom:link href="https://www.rumahpixel.com/tag/css/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.rumahpixel.com</link>
	<description>Website Development &#38; Design Solution</description>
	<lastBuildDate>Fri, 25 Aug 2023 07:27:28 +0000</lastBuildDate>
	<language>id-ID</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Cara Membuat Efek Bayangan Tulisan dengan CSS Text Shadow</title>
		<link>https://www.rumahpixel.com/id/2015/01/cara-membuat-efek-bayangan-tulisan-dengan-css-text-shadow/</link>
		<comments>https://www.rumahpixel.com/id/2015/01/cara-membuat-efek-bayangan-tulisan-dengan-css-text-shadow/#comments</comments>
		<pubDate>Wed, 21 Jan 2015 16:50:49 +0000</pubDate>
		<dc:creator>rupixadmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Design]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[cara]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[efek css]]></category>
		<category><![CDATA[teks bayang]]></category>
		<category><![CDATA[text shadow]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.rumahpixel.com/?p=643</guid>
		<description><![CDATA[Cara membuat efek tulisan berbayang sebenarnya tidak begitu sulit untuk dilakukan, karena untuk menciptakan efek shadownya, anda cukup bermain dengan CSS TEXT SHADOW, semua pengaturan untuk membuat efek teks/tulisan dengan berbagai model dan warna, anda cukup mengatur nilai value dari kode text shadow, sehingga offset sumbu (y) dan (x) dapat kita bentuk dan kita sesuaikan [...]]]></description>
				<content:encoded><![CDATA[<p>Cara membuat efek tulisan berbayang sebenarnya tidak begitu sulit untuk dilakukan, karena untuk menciptakan efek shadownya, anda cukup bermain dengan <strong>CSS TEXT SHADOW</strong>, semua pengaturan untuk membuat efek teks/tulisan dengan berbagai model dan warna, anda cukup mengatur nilai value dari kode text shadow, sehingga offset sumbu (y) dan (x) dapat kita bentuk dan kita sesuaikan dengan keinginan.</p>
<p>Berbagai koleksi pilihan Efek Teks Bayangan Dengan CSS Text Shadow yang dapat anda jadikan sebagai referensi buat model Judul website/blog anda terlihat semakin menarik dan keren, seperti di bawah ini</p>
<div style="background: #4aacf7; color: #064475; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: 5px 6px 5px #9ad2fe,-5px -6px 5px #1895f7; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: #4aacf7; border-bottom: 2px solid #ccc; color: #064475; font: bold 16px/16px Georgia; padding: 5px 15px; text-shadow: 1px 2px 1px #9ad2fe,-1px -2px 1px #1895f7; width: auto;">Efek Teks Bayangan</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">.text1 {<br />
font-weight:700px;<br />
font-size:35px;<br />
background:#4aacf7;<br />
color:#064475;<br />
text-shadow:<br />
1px 2px 1px #9ad2fe,<br />
-1px -2px 1px #1895f7;<br />
}</div>
<p>Efek teks ini yang paling saya suka, karena desain tampilan style-nya terkesan seperti ukiran relief, Sedangkan pada warna saya menggunakan hijau gelap pada bayangan teks yang sama dengan warna teks aslinya, sehingga seakan membuat teks timbul <b>(Teks Emboss)</b></p>
<div style="background: #3e6a06; color: #3e6a06; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: -1px -1px 1px #528e06,-1px -1px 3px #528e06,1px 1px 1px #243d05,1px 1px 3px #243d05,1px -1px 1px #eafed2,-1px 1px 1px #eafed2; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: #3e6a06; border-bottom: 2px solid #ccc; color: white; font: bold 16px/16px Georgia; padding: 5px 15px; text-shadow: -1px -1px 1px #528e06,-1px -1px 3px #528e06,1px 1px 1px #243d05,1px 1px 3px #243d05,1px -1px 1px #eafed2,-1px 1px 1px #eafed2; width: auto;">Efek Teks Emboss</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text2 {<br />
font-weight:710px;<br />
font-size:35px;<br />
background:#3e6a06;<br />
color:#3e6a06;<br />
text-shadow:<br />
-1px -1px 1px #528e06,<br />
-1px -1px 3px #528e06,<br />
1px 1px 1px #243d05,<br />
1px 1px 3px #243d05,<br />
1px -1px 1px #eafed2,<br />
-1px 1px 1px #eafed2;<br />
}</div>
<div style="background: #fafafa; color: #91080b; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: 1px 0px 0px #fff,-1px 0px 0px #fff,0px 1px 0px #fff,0px -1px 0px #fff, 1px 1px 2px #000; width: auto;">RUMAH PIXEL</div>
<div style="background: #ccc; border-bottom: 2px solid #ccc; color: #91080b; font: bold 16px/16px Georgia; padding: 5px 15px; text-shadow: 1px 0px 0px #fff,-1px 0px 0px #fff,0px 1px 0px #fff,0px -1px 0px #fff, 1px 1px 2px #000; width: auto;">Efek Teks Garis Sisi</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text3 {<br />
font-weight:700px;<br />
font-size:35px;<br />
background:#fafafa;<br />
color:#91080b;<br />
text-shadow:<br />
1px 0px 0px #fff,<br />
-1px 0px 0px #fff,<br />
0px 1px 0px #fff,<br />
0px -1px 0px #fff,<br />
1px 1px 2px #000;<br />
}</div>
<div style="background: #f9f9d7; color: #9a9d0b; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: 1px 1px #404206,2px 2px #727415,3px 3px #727415,4px 4px #727415,5px 5px #727415,6px 6px #727415,7px 7px #404206,8px 8px 7px #000; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: #f9f9d7; border-bottom: 2px solid #ccc; color: #9a9d0b; font: bold 16px/16px Georgia; padding: 10px 15px; text-shadow: 1px 1px #404206,2px 2px #727415,3px 3px #727415,4px 4px #727415,5px 5px #727415,6px 6px #727415,7px 7px #404206,8px 8px 7px #000; width: auto;">Efek Teks Tiga Dimensi</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text4 h2 {<br />
font-weight:680px;<br />
font-size:35px;<br />
background:#f9f9d7;<br />
color:#9a9d0b;<br />
text-shadow:<br />
1px 1px #404206,<br />
2px 2px #727415,<br />
3px 3px #727415,<br />
4px 4px #727415,<br />
5px 5px #727415,<br />
6px 6px #727415,<br />
7px 7px #404206,<br />
8px 8px 7px #000;<br />
}</div>
<div style="background: #eee; color: #45bef7; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: 0px 1px #577079,0px 2px #577079,0px 3px #577079,0px 4px #577079,0px 5px #577079,0px 6px #577079,0px 7px #577079,0px 7px 10px #333; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: #eee; border-bottom: 2px solid #ccc; color: #45bef7; font: bold 16px/16px Georgia; padding: 10px 15px; text-shadow: 0px 1px #577079,0px 2px #577079,0px 3px #577079,0px 4px #577079,0px 5px #577079,0px 6px #577079,0px 7px #577079,0px 7px 10px #333; width: auto;">Efek Teks Tiga Dimensi</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text5 h2 {<br />
font-weight:680px;<br />
font-size:35px;<br />
background:#eee;<br />
color:#45BEF7;<br />
text-shadow:<br />
0px 1px #577079,<br />
0px 2px #577079,<br />
0px 3px #577079,<br />
0px 4px #577079,<br />
0px 5px #577079,<br />
0px 6px #577079,<br />
0px 7px #577079,<br />
0px 7px 10px #333;<br />
}</div>
<p>Pada Light efek teks ini besaran angka value pada deret bayangan sama besar saat menambakhan tingkat ketajaman BLUR dengan tambahan sedikit demi sedikit pada efek bayangan teks aslinya, jika warna teks putih maka latar belakang kita ubah menjadi hitam, dan nilai offset sumbu (y) menjadi nol (0), sehingga anda akan dapat menghasilkan efek teks menyala seperti berikut</p>
<p>&nbsp;</p>
<div style="background: black; color: white; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 30px; padding-right: 15px; text-align: center; text-shadow: 0 0 3px #FFFFA0,0 0 5px #FFFF4D,0 0 9px #FFFF41,0 0 20px #FFFF2A,0 0 25px #FFFF2B,0 0 30px #FEFE00,0 0 40px #F7F700; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: black; border-bottom: 2px solid #ccc; color: white; font: bold 16px/16px Georgia; padding: 10px 15px; text-shadow: 0 0 3px #FFFFA0,0 0 5px #FFFF4D,0 0 9px #FFFF41,0 0 20px #FFFF2A,0 0 25px #FFFF2B,0 0 30px #FEFE00,0 0 40px #F7F700; width: auto;">Efek Teks Menyala</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text6 h2 {<br />
font-weight:755px;<br />
font-size:35px;<br />
background:black;<br />
color:#fff;<br />
text-shadow:<br />
0 0 3px #FFFFA0,<br />
0 0 5px #FFFF4D,<br />
0 0 9px #FFFF41,<br />
0 0 20px #FFFF2A,<br />
0 0 25px #FFFF2B,<br />
0 0 30px #FEFE00,<br />
0 0 40px #F7F700;<br />
}</div>
<div style="background: black; color: black; font-size: 50px; padding-left: 15px; padding-bottom: 30px; padding-top: 37px; padding-right: 15px; text-align: center; text-shadow: 0px 0px 4px #ccc,-1px -5px 4px #ff3,2px -10px 6px #fd3,-3px -15px 11px #f80,3px -18px 18px #f20; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: black; border-bottom: 2px solid #ccc; color: black; font: bold 16px/16px Georgia; padding-bottom: 4px; padding-left: 15px; padding-top: 18px; text-shadow: 0px 0px 4px #ccc,-1px -5px 4px #ff3,2px -10px 6px #fd3,-3px -15px 11px #f80,3px -18px 18px #f20; width: auto;">Efek Teks Menyala</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text7 h2 {<br />
font-weight:600px;<br />
font-size:42px;<br />
background:black;<br />
color:black;<br />
text-shadow:<br />
0px 0px 4px #ccc,<br />
-1px -5px 4px #ff3,<br />
2px -10px 6px #fd3,<br />
-3px -15px 11px #f80,<br />
3px -18px 18px #f20;<br />
}</div>
<div style="background: #f5e6fe; color: white; font-size: 50px; padding: 15px; text-align: center; text-shadow: -1px -1px 0px #ddd,2px 1px 0px #f93e47,4px 2px 0px #f59b0f,6px 3px 0px #f5dc0f,8px 4px 0px #19a305,10px 5px 0px #057fa3,12px 6px 0px #052aa3,14px 7px 0px #7605a3,14px 8px 2px #000,14px 5px 10px #000,14px 5px 25px #000; width: auto;">RUMAH PIXEL</div>
<p>&nbsp;</p>
<div style="background: #f5e6fe; border-bottom: 2px solid #ccc; color: purple; font: bold 16px/16px Georgia; padding-bottom: 7px; padding-left: 15px; padding-top: 5px; text-shadow: -1px -1px 0px #ddd,2px 1px 0px #f93e47,4px 2px 0px #f59b0f,6px 3px 0px #f5dc0f,8px 4px 0px #19a305,10px 5px 0px #057fa3,12px 6px 0px #052aa3,14px 7px 0px #7605a3,14px 8px 2px #000,14px 5px 10px #000,14px 5px 25px #000; width: auto;">Efek Teks Warna-Warni</div>
<div style="background: #333; color: #cccccc; font: 13px/15px courier; overflow: auto; padding: 13px; width: auto;">text8 h2 {<br />
font-weight:900px;<br />
font-size:47px;<br />
background:#f5e6fe;<br />
color:#fff;<br />
text-shadow:<br />
-1px -1px 0px #ddd,<br />
2px 1px 0px #f93e47,<br />
4px 2px 0px #f59b0f,<br />
6px 3px 0px #f5dc0f,<br />
8px 4px 0px #19a305,<br />
10px 5px 0px #057fa3,<br />
12px 6px 0px #052aa3,<br />
14px 7px 0px #7605a3,<br />
14px 8px 2px #000,<br />
14px 5px 10px #000,<br />
14px 5px 25px #000;<br />
}</div>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>https://www.rumahpixel.com/id/2015/01/cara-membuat-efek-bayangan-tulisan-dengan-css-text-shadow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cara Mengganti Background Website</title>
		<link>https://www.rumahpixel.com/id/2013/10/cara-mengganti-background-website/</link>
		<comments>https://www.rumahpixel.com/id/2013/10/cara-mengganti-background-website/#comments</comments>
		<pubDate>Tue, 15 Oct 2013 20:54:10 +0000</pubDate>
		<dc:creator>rupixadmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.rumahpixel.com/?p=348</guid>
		<description><![CDATA[Untuk mengganti background blog atau website tentunya anda harus punya akses untuk memodifikasi susunan kode halamannya, baik lewat control panel, ftp maupun fasilitas yang sudah disediakan sistem kelola kontent (CMS). Setelah itu baru kita bisa lakukan dengan dua cara berikut: 1. Mengganti background website dengan html Anda buka kode halaman utama/template blog atau website, kemudian [...]]]></description>
				<content:encoded><![CDATA[<p>Untuk mengganti background blog atau website tentunya anda harus punya akses untuk memodifikasi susunan kode halamannya, baik lewat control panel, ftp maupun fasilitas yang sudah disediakan sistem kelola kontent (CMS). Setelah itu baru kita bisa lakukan dengan dua cara berikut:</p>
<p><strong>1. Mengganti background website dengan html</strong></p>
<p>Anda buka kode halaman utama/template blog atau website, kemudian cari kode &lt;body&gt; dan tambahkan kode seperti contoh berikut ini:</p>
<h3>&lt;body bgcolor=&#8221;blue&#8221;&gt;</h3>
<p>Jika anda ingin mengganti background dengan gambar</p>
<h3>&lt;body background=&#8221;nama-gambar.jpg&#8221;&gt;</h3>
<p><strong>2. Mengganti background website dengan css</strong></p>
<p>Anda buka kode halaman utama/template blog atau website, kemudian cari kode body diantara perintah body {..}, trus tambahkan kode seperti contoh berikut ini :</p>
<p>Jika anda ingin mengganti background dengan warna</p>
<h3>body{<br />
background-color:blue;<br />
}</h3>
<p>Jika anda ingin mengganti background dengan gambar</p>
<h3>body{<br />
background:url(nama-gambar.jpg);<br />
}</h3>
<p>khusus perintah background ini bisa ditambahkan beberapa elemen opsional : warna, pengulangan, dan posisi, sehingga jika lengkap bisa dituliskan:</p>
<h3>body{<br />
background: #CCC url(nama-gambar.jpg) repeat-x center top;<br />
}</h3>
<p>Yang artinya body<br />
- Memiliki background warna abu-abu<br />
- frontnya ada gambar dengan pengulangan secara horisontal<br />
- posisi gambar secara horisontal di tengah/middle/center<br />
- posisi gambar secara vertikal di atas/top</p>
]]></content:encoded>
			<wfw:commentRss>https://www.rumahpixel.com/id/2013/10/cara-mengganti-background-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Build a Successful Website</title>
		<link>https://www.rumahpixel.com/id/2013/07/how-to-build-a-successful-website/</link>
		<comments>https://www.rumahpixel.com/id/2013/07/how-to-build-a-successful-website/#comments</comments>
		<pubDate>Sun, 07 Jul 2013 19:52:30 +0000</pubDate>
		<dc:creator>rupixadmin</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.rumahpixel.com/?p=142</guid>
		<description><![CDATA[Due to the many news stories in recent years about big corporate websites going bankrupt it is a common misconception today that all or most websites are unprofitable and will not make their owners money. This assumption is based on the idea that if big corporations like Disney fail at making a website then your [...]]]></description>
				<content:encoded><![CDATA[<p>Due to the many news stories in recent years about big corporate websites going bankrupt it is a common misconception today that all or most websites are unprofitable and will not make their owners money. This assumption is based on the idea that if big corporations like Disney fail at making a website then your average guy on the street must fail horribly, of course that assumption is wrong. In the case of content driven websites the smaller independent operation often has the advantage over large corporate entities. While an individual or a small group does not have the resources of the large corporation, they also do not have the overhead. If you run a website out of your basement or your bedroom your overhead is already significantly smaller than that of a major corporation because you&#8217;re not running your website out of a brand new state-of-the-art office building. Additionally if you only have one employee, yourself, you&#8217;re also reducing your overhead compared to corporations who have to pay for workers who do the same things you do, but also management, building management, building security, maintenance, marketing consultants, development consultants, secretaries, and a myriad of other positions that by keeping your operation small you don&#8217;t need. The only advantage a corporation has over an individual is that they can afford to pay for gross amounts of advertising both online and off, whereas the typical individual cannot.</p>
<p>What&#8217;s great about the Internet is that everyone is on a level playing field. Due to the relatively cheap or free access to search engines you can compete with big websites with minimal investment on your part. You don&#8217;t need lots of money to run a popular profitable website, all you need is time and know-how, and the time requirement isn&#8217;t even that much. While some websites may require more maintenance than others a typical site can be managed in your spare time, in the evenings or on weekends.</p>
<p>As far as how much you can make? The sky&#8217;s the limit, however keep your head firmly planted on earth. It is possible to have a monthly income of a few hundred to a few thousand dollars off a website(s) you run in your spare time, that is an attainable goal. It is also possible to make much more than that, but expecting more is a less realistic goal. Don&#8217;t go into your website project with the expectation of millions of dollars, chances are it isn&#8217;t going to happen. However, if you are after supplemental income that will last residually for a long time (quite possibly the rest of your life), then this guide will tell you how to do it.</p>
<p>There are no miracles here or magic systems, you will need to follow the correct steps and you will need to work on things. Your first site might fail, your second one too, but maybe your third site will be the one to succeed. After I launched my first commercial site it took me a year and a half before I started making enough money to live on, which was $2-3,000 per month, and then another 8 months before I started making great money, which was 5 figures a month. There wasn&#8217;t anything magical about it when I finally became a successful self-employed website publisher. It was the result of work, sacrifice, and learning from my mistakes. I now make a very nice six figure sum yearly, but reaching this point first required that I live on a very strict budget back when my websites were only bringing in a few hundred a month. I have taken everything I learned in my road to success and placed it here. This guide bridges the gap between those who know how to build a website, and those who know how to build a successful website. You will not have to pay for this information, this guide is 100% free.</p>
<p>The articles in this guide assume you have a familiarity with web development technologies. If you do not yet know what server side programming or CSS is you should take our services.</p>
]]></content:encoded>
			<wfw:commentRss>https://www.rumahpixel.com/id/2013/07/how-to-build-a-successful-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
