Personal portfolio website for Regina Carvalho. Built with Famous.js library.

main.css 809B

    html { background: #fff; } body { margin: 0px; width: 100%; overflow-x: hidden; } .backfaceVisibility { -webkit-backface-visibility: visible; backface-visibility: visible; } .btn-menu { color: black; border: none; text-transform: uppercase; background-color: white; font-size: 14px; font-family: Helvetica; text-align: left; font-weight: 600; margin-left: 15px; margin-right: 15px; margin-bottom: 15px; cursor: pointer; } .btn-menu:hover { color: white; background-color: black; } .btn-slideshow { cursor: pointer; background-color: white; } .btn-slideshow:hover { background-color: #F2F2F2; color: red; } video { width: auto !important; height: 100% !important; } fa-app { position: absolute; top: 0; right: 0; bottom: 0; left: 0; }