kryptokay / kwallet

0 stars 0 forks source link

Introduce the landing screen for kwallet #1

Open rmallols opened 6 years ago

rmallols commented 6 years ago

As part of our very first task, we want to be able to define a basic layout, based on two columns:

Don't worry about adding images / buttons yet. Just build a screen with two sides, and some text on each.

image

BONUS: Try to centre the text (both horizontal and vertically speaking).

rmallols commented 6 years ago

Technical guidance:

Try to master as much as possible the flex-box technology, as it will be very important towards building complex UIs in the future. https://css-tricks.com/snippets/css/a-guide-to-flexbox/