HN user

vladocar

2,346 karma
Posts358
Comments110
View on HN
www.aidemos.info 3y ago

How to fix the eyes in AI-generated images

vladocar
1pts0
www.aidemos.info 3y ago

Da Vinci Paper Sketches Made with Midjourney AI

vladocar
1pts0
www.designinspiration.info 3y ago

Which Sci-Fi Novel Goes the Furthest in the Future? – Free Poster

vladocar
3pts2
www.fontpairings.com 4y ago

Font Pairing Glyph Comparison Tool

vladocar
2pts0
github.com 5y ago

Screenshoteer – Make website screenshots and mobile emulations from CLI

vladocar
2pts0
www.vcarrer.com 6y ago

Don’t Use CSS Reset Use CSS Set

vladocar
1pts0
github.com 6y ago

Show HN: Basic.css – Classless CSS Starter File

vladocar
153pts65
www.vcarrer.com 6y ago

One Page 2020 Calendar Print Version

vladocar
1pts0
github.com 7y ago

FemtoJS – Small JavaScript (ES6) Library for DOM Manipulation

vladocar
1pts0
vladocar.github.io 7y ago

FemtoJS – Small JavaScript (ES6) Library for DOM Manipulation

vladocar
1pts0
github.com 7y ago

Basic CSS Typography Reset

vladocar
1pts0
github.com 7y ago

Show HN: Infinity CSS Grid

vladocar
3pts0
vladocar.github.io 7y ago

Infinity CSS Grid

vladocar
3pts0
vladocar.github.io 7y ago

Floaty – CSS Float Based Layout System

vladocar
2pts0
github.com 7y ago

Floaty – CSS Float Based Layout System

vladocar
2pts0
github.com 7y ago

Screenshoteer – Command-line website screenshots and mobile emulations

vladocar
96pts28
vladocar.github.io 7y ago

Flex One – 1 CSS Class System

vladocar
2pts0
vladocar.github.io 7y ago

Flex One – 1 CSS Class System

vladocar
1pts0
github.com 7y ago

Show HN: Keywords-extract – Command line tool for extracting keywords

vladocar
2pts0
github.com 7y ago

PDFSave – Covert websites into readable PDFs

vladocar
2pts0
github.com 7y ago

Scribble Free Font for Prototyping and Wireframing

vladocar
1pts0
vladocar.github.io 7y ago

Show HN: Scribble Font for Prototyping and Wireframing

vladocar
5pts0
github.com 8y ago

Show HN: Ramd.js JavaScript library for making TODO-like applications

vladocar
8pts0
vladocar.github.io 8y ago

Show HN: Simple CSS Button

vladocar
4pts7
github.com 8y ago

Minimal Notes web app build with Vue.js

vladocar
1pts0
github.com 8y ago

CSS Micro Reset

vladocar
63pts47
vladocar.github.io 8y ago

Show HN: 60GS – CSS Grid Layout

vladocar
3pts0
github.com 8y ago

60GS – CSS Grid Layout

vladocar
2pts0
github.com 8y ago

Boilerplate README.md Template for GitHub/GitLab

vladocar
1pts0
vladocar.github.io 8y ago

Katana.scss Minimal CSS Layout System Made with Flexbox

vladocar
2pts0

My point wasn't to replace the classic class grid, just to give basic HTML5 grid if necessary. You can always add any other CSS Framework for grid formatting. About <section> and other HTML5 tags.. you can always personalise the code to your standards.

The grid is based on this: parent element {display: flex; flex-flow: row wrap} child element {flex:1}

Replace the parent element (container) with any HTML element, replace the child element with your preferred semantic element.

It is a simple solution for very common problem: styling a CSS button. There are many CSS buttons libraries but they usually force you to use their style or size. That is why this is interesting and simple solution born with my necessity not to recode and reinvent the CSS button for every new project.

CSS Micro Reset 8 years ago

"It sounds like you're saying today it's absolutely something you should use but you don't want to force it?"

Yes, correct.

Let me explain.. that is the most important decision you make when you plan your CSS layout. But is your decision to make. You can absolutely add this in the reset. Feel free to add stuff in the reset.

CSS Micro Reset 8 years ago

I love your reference. I love it so much that I changed my github profile to: "Just another Full Stack Developer seeking the stars." :):)

CSS Micro Reset 8 years ago

That will force you to use completely different CSS layout model. Yes today is common practice the use of box-sizing: border-box and it should be the first line of code when you set your layout. I don't what to force anyone to use box-sizing: border-box.

That is the point that I'm failing to make. It is all about reusability not about the grid system. You can use one CSS layout system in multiple cases otherwise you need to define separate CSS logic for every different web layout.

Few words about this CSS layout solution. It is meant to be starting point. Because is only 36 lines of code you could personalise anything in the main CSS file. Example you can change the main width form 960px to 60 % or 70 em. You can change the grid margin from 10px to xyz px. You can personalise how the responsive layout works. Like I said before is only a starting point..

I know you are joking .. but there are some CSS Frameworks with really terrible names and naming logic. If you have better naming system let me know.

The general idea is that because is already a grid you don't need another grid. The point of this project is not to make just another grid, but to make reusable system using the same CSS classes in your entire project.

P.S Yes, using fr is good idea..

I would normally agree with you about the raster v.s vector when it comes to normal proportional icons or shapes. But when it comes to hand drawn icons if you want to reproduce the hand drawn authenticity and fidelity you usually don't use the vector format. It is like saving photos in vector format.

"This is trivial." - Actually is harder than you think, few mounts of work, drawing and redrawing, sorting, organizing, web site preparation etc.. Drawing just one icon can sometimes take few hours and trust me the drawing is the easiest part.

Excellent tip, thanks. Actually I was planing to make this service in the future, so people can ask for custom drawn icons.