Skip to content

rixotech/rixotech.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RixoTech

Your IT partner.

Case Study and Prototypes

COLOR

Our brand colors are:

  • #33318e #33318e
  • #fc9d32 #fc9d32

Primary #33318e | hsla(241, 49, 37, 100)

Primary

Secondary #fc9d32 | hsla(32, 97, 59, 100)

Secondary

Color values should always be used via hsl()


TYPOGRAPHY

We choose 2 fonts for our branding. The fronts are:

  1. Fredoka Fredoka
  2. Roboto Roboto

BREAKPOINTS

/* sm */
@media (min-width: 640px) {
}
/* md */
@media (min-width: 768px) {
}
/* lg */
@media (min-width: 1024px) {
}
/* xl */
@media (min-width: 1280px) {
}
/* 2xl */
@media (min-width: 1536px) {
}

REFERENCE

RESOURCES