Placeholder

Will Change Later

June 1, 2021 - Everything's Up and Running!

I’ve been working on the site for quite a while now and it’s finally starting to look like something someone would be interested on checking out, well kinda. I really have to thank Hongo for making most of the content that’s in here right now. screenshot1

It took me way too long but I’m finally done making the layout for the blogs, I’d say I’m eager to make some posts but I’m really not that kind of person, though I’ll try to make entries as often as I can. Yes the layout is actually very very simple. screenshot2 While making the layout I came across these little itty things on css called “grids”, they’re sooo handy. This shit’s so fucking basic I’m not sure how I haven’t shot myself on the foot yet while trying to make this website haha. And thus, The Greed Zone was born.

/*Elementos especiales*/	
	/*THE G R E E D ZONE*/
	.project-grid{
		display: grid;
		grid-template-columns: repeat(3,1fr);
		grid-column-gap: 50px;
	}
		.project-grid h1{
			grid-column-start: 1;
			grid-column-end: 4;
		}
		.project-grid h2{
			height: 40px;
		}
		.project-grid a{
			display: inline list-item;
			margin-right: 25px;
		}
		.project-grid img{
			width: 400px;
			height: 181px;
			margin: 0 auto;
		}

Here’s a little drawing I made today when I got distracted making a completely different one, and just in case here’s the song I was listening to in the screenshots. joker-says