<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:media="http://search.yahoo.com/mrss/"
	
	>

<channel>
	<title>Axel Hz</title>
	<link>https://axelhz.com</link>
	<description>Axel Hz</description>
	<pubDate>Wed, 06 Jul 2022 10:44:25 +0000</pubDate>
	<generator>https://axelhz.com</generator>
	<language>en</language>
	
		
	<item>
		<title>Home page</title>
				
		<link>https://axelhz.com/Home-page</link>

		<pubDate>Wed, 06 Jul 2022 10:44:25 +0000</pubDate>

		<dc:creator>Axel Hz</dc:creator>

		<guid isPermaLink="true">https://axelhz.com/Home-page</guid>

		<description>
	

AH/PORTFOLIO

	Hey, I’m Axel! I consider myself a digital artist and this is my portfolio...
Hope you enjoy!
[ Btw, to properly apprecite the work I recommend you use your computer rather than mobile device :) ]
</description>
		
	</item>
		
		
	<item>
		<title>Logo</title>
				
		<link>https://axelhz.com/Logo</link>

		<pubDate>Mon, 04 Jul 2022 11:27:26 +0000</pubDate>

		<dc:creator>Axel Hz</dc:creator>

		<guid isPermaLink="true">https://axelhz.com/Logo</guid>

		<description>



.rotating img {
  display: inline-block;
  -webkit-animation: rotating 120s linear infinite;
  -moz-animation: rotating 120s linear infinite;
  -ms-animation: rotating 120s linear infinite;
  -o-animation: rotating 120s linear infinite;
  animation: rotating 120s linear infinite;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes rotating {
  0% {
    -ms-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  100% {
    -ms-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
</description>
		
	</item>
		
	</channel>
</rss>