<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>Forum Pasja Informatyki - Najnowsze z tagiem jednostki</title>
<link>https://forum.pasja-informatyki.pl/tag/jednostki</link>
<description>Powered by Question2Answer</description>
<item>
<title>Jednostki czasowe wykresu czujnika</title>
<link>https://forum.pasja-informatyki.pl/556889/jednostki-czasowe-wykresu-czujnika</link>
<description>

&lt;p&gt;Witam, potrzebuje pomocy... pisze sprawozdanie na temat czujnika i jego przemieszczeń&amp;nbsp;w czasie oddałem taki wykres nauczycielowi a on powiedział ze jednostki [ms] są&amp;nbsp;nieprawidłowe w lewej kolumnie danych są dane dotyczące czasu a w prawej odpowiadające jej ilości volt, ktoś powie mi jakie jednostki powinienem wpisać w dole wykresu ?&amp;nbsp;&lt;img alt=&quot;&quot; src=&quot;https://forum.pasja-informatyki.pl/?qa=blob&amp;amp;qa_blobid=12618405476222498495&quot; style=&quot;height:244px; width:600px&quot;&gt;&lt;/p&gt;</description>
<category>Matematyka, fizyka, logika</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/556889/jednostki-czasowe-wykresu-czujnika</guid>
<pubDate>Mon, 13 Dec 2021 21:46:17 +0000</pubDate>
</item>
<item>
<title>Margin w procentach nie działa w Mozilli</title>
<link>https://forum.pasja-informatyki.pl/267470/margin-w-procentach-nie-dziala-w-mozilli</link>
<description>

&lt;p&gt;Witam.&lt;/p&gt;



&lt;p&gt;Otóż mam taki problem, określam w selektorze article, margin w px i wszystko jest w porządku, kiedy jednak określę go w % to nie działa&amp;nbsp;w Mozilli i zachodzi na footera. Ktoś zna rozwiązanie?&lt;/p&gt;



&lt;p&gt;Dołączam kod i screena.&lt;img alt=&quot;&quot; src=&quot;https://forum.pasja-informatyki.pl/?qa=blob&amp;amp;qa_blobid=7770147290161195117&quot; style=&quot;height:312px; width:600px&quot;&gt;&lt;/p&gt;



&lt;p&gt;CSS krótka wersja kodu&lt;/p&gt;



&lt;pre class=&quot;brush:css;&quot;&gt;
body
{
	/* Background pattern from CC BY-SA 3.0 - Subtle Patterns &amp;amp;copy; Toptal Designers. */
	background-image: url(&quot;zdjecia/patterns/footer_lodyas.png&quot;);
	background-color: #666;
	margin: 0 !important;
	position: relative;
}

article
{
	background-image: url(&quot;zdjecia/patterns/redox_01.png&quot;);
	border: 3px solid #111;
	border-radius: 5px;	
	width: 50%;
	content: center;
	text-align: center;
	margin-bottom: 100px;
	padding-bottom:3%;
    min-width: 400px;
}

footer
{
 	width: 100%; 
	height: 20px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
	border-top: 2px solid #000;
}&lt;/pre&gt;



&lt;p&gt;CSS cały kod&lt;/p&gt;



&lt;pre class=&quot;brush:plain;&quot;&gt;
body
{
	/* Background pattern from CC BY-SA 3.0 - Subtle Patterns &amp;amp;copy; Toptal Designers. */
	background-image: url(&quot;zdjecia/patterns/footer_lodyas.png&quot;);
	background-color: #666;
	margin: 0;
}

header
{
	text-align: center;
	background-color: #fff;
	font-size: 45px;
	font-family: Arial;
	width: 100%;
	border-bottom: 3px solid #000;
        text-shadow: 3px 0px 5px #888;
}

#container
{
	margin: auto;
	margin-bottom: 10px;
}

a
{
    text-decoration: none;
    color: #3a7;
}

#nav
{
    margin-right: 10%;
}

nav
{
	font-size:1.2vw;
        background-image: url(zdjecia/patterns/redox_01.png);
	border-radius: 15px;	
	height: 50%;
	width: 12%;	
	border: 3px solid #111;
	border-radius: 5px;	
        position: fixed;
        left: 50px;
    
}

nav ul &amp;gt; li
{

	list-style-type: none;
	font-weight: 800;
	margin-left: -20px;
	margin-top: 3px;
	font-family: sans-serif;
}

ul &amp;gt; li a
{
	text-decoration: none;
	color: #000;
}

ul &amp;gt; li a:hover
{
    border: 1px solid #666;
    border-radius: 3px;
    padding: 0px 3px;
    color: #aaa;
    position: relative;
    left: -4px;
    background-color: rgba(0,0,0,0.5);
    opacity: 50%;
}
    
article
{
	background-image: url(&quot;zdjecia/patterns/redox_01.png&quot;);
	border: 3px solid #111;
	border-radius: 5px;	
	width: 50%;
	content: center;
	text-align: center;
	margin-bottom: 10%;
/*    outline: 5%;*/
	padding-bottom:3%;
        min-width: 400px;
}

article h1
{
	font-size: 35px;
	letter-spacing: 5px;
	text-transform: uppercase;
	margin-bottom: -10px;
}

article img
{
        outline: 5%;
        margin-top: 20px;
 	align-self: center;
	padding-top: 15px; 
	max-width:100%;
	max-height:100%;
        border: 3px solid black;
}

.plyty img
{
	max-width: 600px;
	max-height: 600px;
	padding-bottom: 10px;
}


article .plyty h3, p
{
	text-align: left;
	padding-left: 5%;
	padding-right: 5%;
}

article ul &amp;gt; li
{
	line-height: 200%;
	border-left: 2px dashed #888;
	padding-left: 10px;

}

#zablist li
{
    text-align: left;
    margin-top: 3%;
}

#ramtable
{
    margin: auto;
    border-spacing: 10px 3px;
}

#ramtable th
{
    color: #aaa;
    font-family: courier;
    font-weight: bold;
    font-size: 160%;
    border: 3px solid #555;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #004;
}

#ramtable tr td
{
    color: #aaa;
    font-family: courier;
    font-weight: bold;
    font-size: 140%;
    border: 3px solid #555;
    border-radius: 3px;
    padding: 5px 10px;
    background-color: #004;
}

#ramtable tr td:first-child
{
    text-align:left;
}

#dwahdd img
{
	max-width:35%;
	margin-left:4%;
	margin-right:4%;
}

#reklama
{
	width: 160px;
	height: 600px;
}

.ciekawostka h2
{
	letter-spacing: 5px;
}
.ciekawostka
{
	margin: auto;
	margin-top: 5%;
	margin-bottom: 10%;	
	max-width: 75%;
	max-height: 75%;
	background-image: url(&quot;zdjecia/patterns/darkred.png&quot;);
	border: 3px solid #f00;
	border-radius: 10px;
	color: yellow;
	font-size: 20px;
        -webkit-box-shadow: 3px 3px 30px 5px rgba(204, 204, 204, 0.9);
	-moz-box-shadow: 3px 3px 30px 5px rgba(204, 204, 204, 0.9);
	box-shadow: 3px 3px 30px 5px rgba(204, 204, 204, 0.9);
}

.ciekawostka p
{
    font-size: 100%;
/*
    padding-top: 47px;
    padding-bottom: 71px;
*/
	visibility: hidden;
}

.ciekawostka:hover p
{
	visibility: visible;
}

footer
{
 	width: 100%; 
	height: 20px;
	background-color: #fff;
	position: fixed;
	bottom: 0px;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 25px;
	border-top: 2px solid #000;
}&lt;/pre&gt;



&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
<category>HTML i CSS</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/267470/margin-w-procentach-nie-dziala-w-mozilli</guid>
<pubDate>Thu, 06 Jul 2017 12:14:46 +0000</pubDate>
</item>
<item>
<title>Uzyskanie responsywności strony przy użyciu vh, vw, vmax, vmin.</title>
<link>https://forum.pasja-informatyki.pl/146389/uzyskanie-responsywnosci-strony-przy-uzyciu-vh-vw-vmax-vmin</link>
<description>Witam. Zastanawiam się, czy używając tylko jednostek vh (viewport height), vw (viewport width), ewentualnie jeszcze vmin i vmax można stworzyć responsywną stronę? Bo w sumie bawienie się z tym @media czy procentami może być uciążliwe, zwłaszcza jeśli chodzi o height. Czy bot google uznaje to za poprawne? Czy tworzenie stron używając tych jednostek ma sens?</description>
<category>HTML i CSS</category>
<guid isPermaLink="true">https://forum.pasja-informatyki.pl/146389/uzyskanie-responsywnosci-strony-przy-uzyciu-vh-vw-vmax-vmin</guid>
<pubDate>Tue, 31 May 2016 17:23:49 +0000</pubDate>
</item>
</channel>
</rss>